summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortippfehlr2024-03-27 14:31:07 +0100
committertippfehlr2024-03-27 14:31:07 +0100
commitb3fda013d2b877ad9f3880a70ee5e4142a0f232d (patch)
tree042b7447a5259e0387b964947318a765210081c0
parent9864f82ec12fa73f9e2d1edd14e4d5d05ce3377b (diff)
downloadaur-b3fda013d2b877ad9f3880a70ee5e4142a0f232d.tar.gz
upgpkg: wrestic-bin 1.6.1-1
upstream release wrestic-bin v1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16edc5e51d0a..46e449dabf00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = wrestic-bin
pkgdesc = A wrapper around restic built in rust
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/alvaro17f/wrestic
arch = x86_64
license = LGPL-3.0-only
provides = wrestic
conflicts = wrestic
- source = wrestic-1.6.0::https://github.com/alvaro17f/wrestic/releases/download/v1.6.0/wrestic.tar.gz
- sha256sums = cfd91e2060c15ef5c66dacb6bb0f370017074e0822ee8ba763867af14cef2463
+ source = wrestic-1.6.1::https://github.com/alvaro17f/wrestic/releases/download/v1.6.1/wrestic.tar.gz
+ sha256sums = 903c7cb7d4ccc628c36d88d2c79d876fedaeb3eca5ecf8a445f7c989d85f9805
pkgname = wrestic-bin
diff --git a/PKGBUILD b/PKGBUILD
index fad7302bafe6..27de3d086275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=wrestic
pkgname=wrestic-bin
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc='A wrapper around restic built in rust'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('LGPL-3.0-only')
provides=('wrestic')
conflicts=('wrestic')
source=("$_pkgname-$pkgver::$url/releases/download/v$pkgver/$_pkgname.tar.gz")
-sha256sums=('cfd91e2060c15ef5c66dacb6bb0f370017074e0822ee8ba763867af14cef2463')
+sha256sums=('903c7cb7d4ccc628c36d88d2c79d876fedaeb3eca5ecf8a445f7c989d85f9805')
build() {
cd $srcdir