summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11a952c7c45b..46894a879689 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tunasync
pkgdesc = Mirror job management tool.
- pkgver = 0.7.1
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/tuna/tunasync
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = tunasync
conflicts = tunasync-bin
replaces = tunasync-git
replaces = tunasync-bin
- source = https://github.com/tuna/tunasync/archive/refs/tags/v0.7.1.tar.gz
- sha256sums = bbf30ab4f241bdb68d2c090d15feeeeb5aa2146d0ed2823bcd910f1650bc5146
+ source = https://github.com/tuna/tunasync/archive/refs/tags/v0.8.0.tar.gz
+ sha256sums = c14c588cda22e280a6c264f7e6351e9648f2099f48bbc110ec51e135e0e2eeef
pkgname = tunasync
diff --git a/PKGBUILD b/PKGBUILD
index d6a4c7d1a35a..70d4b704a096 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chuang Zhu <genelocated at yandex dot com>
pkgname=tunasync
-pkgver=0.7.1
-_githash=a54c969081b3b3089d18419c5364b0d8f270f9ab
+pkgver=0.8.0
+_githash=c07aaffe65da65217665d7c5df46ea2d857fdfa9
pkgrel=1
pkgdesc='Mirror job management tool.'
url='https://github.com/tuna/tunasync'
@@ -14,7 +14,7 @@ replaces=('tunasync-git' 'tunasync-bin')
conflicts=('tunasync-git' 'tunasync-bin')
provides=('tunasync' 'tunasynctl')
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('bbf30ab4f241bdb68d2c090d15feeeeb5aa2146d0ed2823bcd910f1650bc5146')
+sha256sums=('c14c588cda22e280a6c264f7e6351e9648f2099f48bbc110ec51e135e0e2eeef')
prepare(){
cd "$pkgname-$pkgver"