summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2018-05-21 13:33:43 +1000
committerMark Blakeney2018-05-21 13:33:43 +1000
commit6d9de1fb2ff33e329ddbca8fa9e627737c712bbd (patch)
tree1856c9cff84aa82cb4dfe83e6fa83845de91dd6d /PKGBUILD
parent8617bad273b49dc522b494e5c0eb2491866d5342 (diff)
downloadaur-6d9de1fb2ff33e329ddbca8fa9e627737c712bbd.tar.gz
Update to 1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c14cae9402e0..4db5feac75ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=b2restore
-pkgver=1.5
+pkgver=1.6
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")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('299075e2080b5798e56713e1461aa5c4')
+md5sums=('6397286fac25c218c8f95f3d14d6b6ab')
package() {
cd "$pkgname-$pkgver"