summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMélanie Chauvel2018-06-29 13:28:40 +0200
committerMélanie Chauvel2018-06-29 13:28:40 +0200
commitca57a5c4193498631f178388b896f67194f8655a (patch)
treecd70b8169b08396ad9e71a8d58bf4bccf56fd3a1
parent15bc30d0bcf9f5e342da58645793b9b564bba6b6 (diff)
downloadaur-ca57a5c4193498631f178388b896f67194f8655a.tar.gz
update to 2.8.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d9a38c3b7f7..d4ddfb99a665 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = shub-bin
pkgdesc = Scrapinghub Command Line Client
- pkgver = 2.7.0
+ pkgver = 2.8.0
pkgrel = 1
url = https://github.com/scrapinghub/shub/
arch = x86_64
license = BSD
- provides = shub=2.7.0
+ provides = shub=2.8.0
conflicts = shub
- source = https://github.com/scrapinghub/shub/releases/download/v2.7.0/shub-v2.7.0-linux-x64.tar.gz
+ source = https://github.com/scrapinghub/shub/releases/download/v2.8.0/shub-v2.8.0-linux-x64.tar.gz
source = https://raw.githubusercontent.com/scrapinghub/shub/master/LICENSE
- sha256sums = 5d41a49f9ff083c33669ee44c69d6898b4bc9ead6946fccd88a285cad048fe56
+ sha256sums = 62fa8cb2e03f377a20960dea375f90f6906c934bcb8413869552f603287005f1
sha256sums = 49ea6190a7f081686a8c71faba2f915c9dbdbee99572e7b26612f30098a130a1
pkgname = shub-bin
diff --git a/PKGBUILD b/PKGBUILD
index e1312595949c..5de1d98ff20c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=shub
pkgname=shub-bin
-pkgver=2.7.0
+pkgver=2.8.0
pkgrel=1
pkgdesc="Scrapinghub Command Line Client"
arch=("x86_64")
@@ -14,7 +14,7 @@ provides=("shub=${pkgver}")
source=("https://github.com/scrapinghub/shub/releases/download/v${pkgver}/shub-v${pkgver}-linux-x64.tar.gz"
"https://raw.githubusercontent.com/scrapinghub/shub/master/LICENSE")
-sha256sums=('5d41a49f9ff083c33669ee44c69d6898b4bc9ead6946fccd88a285cad048fe56'
+sha256sums=('62fa8cb2e03f377a20960dea375f90f6906c934bcb8413869552f603287005f1'
'49ea6190a7f081686a8c71faba2f915c9dbdbee99572e7b26612f30098a130a1')
package() {