summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Blakeney2023-12-30 08:58:35 +1000
committerMark Blakeney2023-12-30 08:58:35 +1000
commit66566a76a0ffc9a15f53d59ed2f0e251fd7fa742 (patch)
treeea914afb18a74b55756dab283bb0764842fb0fd8 /PKGBUILD
parentcd399f0f47efe17ec219b76d15df5e4908265fc3 (diff)
downloadaur-66566a76a0ffc9a15f53d59ed2f0e251fd7fa742.tar.gz
Update to 1.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db86b4835d8e..5b253dcdb3cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=b2restore
-pkgver=1.14
+pkgver=1.15
pkgrel=1
pkgdesc="Program to recreate Backblaze B2 file archive at specified date+time."
url="https://github.com/bulletmark/$pkgname"
@@ -10,7 +10,7 @@ depends=("python>=3.6")
makedepends=(python-setuptools python-build python-installer
python-wheel python-setuptools-scm)
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha1sums=('8ac1b7c76d6a6c292ae6de190492df5e5111245f')
+sha1sums=('d37fc3b78e279ec948a1c1705b6b21232c547097')
build() {
cd "$srcdir/$pkgname-$pkgver"