summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2019-11-09 13:21:08 +1000
committerMark Blakeney2019-11-09 13:21:08 +1000
commit555bf46dfdab9c4043edcdf79e16611c5b03d7b2 (patch)
tree1dc2b8c463aedb6f25cdbe32c1e1dfcada0e539f /PKGBUILD
parent83b9b77e7a12a33589440dff8b10803becb4e374 (diff)
downloadaur-555bf46dfdab9c4043edcdf79e16611c5b03d7b2.tar.gz
Update to 1.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 698dbf0025e4..b23db9c79108 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=b2restore
-pkgver=1.9.2
+pkgver=1.9.3
pkgrel=1
pkgdesc="Program to recreate Backblaze B2 file archive at specified date+time."
url="https://github.com/bulletmark/$pkgname"
@@ -10,7 +10,7 @@ backup=("etc/$pkgname.conf")
depends=("python>=3.5")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('6d0fd146941a8bbc06f123f96ab9cb00')
+md5sums=('63828dd3be3b374b226084742d942360')
package() {
cd "$pkgname-$pkgver"