summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d3df0cf247b..7fbe931f436c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = shub-bin
pkgdesc = Scrapinghub Command Line Client
- pkgver = 2.8.2
+ pkgver = 2.14.2
pkgrel = 1
url = https://github.com/scrapinghub/shub/
arch = x86_64
license = BSD
- provides = shub=2.8.2
+ provides = shub=2.14.2
conflicts = shub
- source = https://github.com/scrapinghub/shub/releases/download/v2.8.2/shub-v2.8.2-linux-x64.tar.gz
+ source = https://github.com/scrapinghub/shub/releases/download/v2.14.2/shub-Linux.tar.gz
source = https://raw.githubusercontent.com/scrapinghub/shub/master/LICENSE
- sha256sums = 823fff8e3409c77628a44acca779b4c1c2e27121d38a99961ff096e765f33e6e
+ sha256sums = 268aaf4121bc4f526d7cdeab867a29c14d40ad1dc545e0c28ec91eafcc840e1f
sha256sums = 49ea6190a7f081686a8c71faba2f915c9dbdbee99572e7b26612f30098a130a1
pkgname = shub-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index b7d2c0f1df64..b6cf3e00a7bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=shub
pkgname=shub-bin
-pkgver=2.8.2
+pkgver=2.14.2
pkgrel=1
pkgdesc="Scrapinghub Command Line Client"
arch=("x86_64")
@@ -12,12 +12,12 @@ url="https://github.com/scrapinghub/shub/"
license=("BSD")
provides=("shub=${pkgver}")
-source=("https://github.com/scrapinghub/shub/releases/download/v${pkgver}/shub-v${pkgver}-linux-x64.tar.gz"
+source=("https://github.com/scrapinghub/shub/releases/download/v2.14.2/shub-Linux.tar.gz"
"https://raw.githubusercontent.com/scrapinghub/shub/master/LICENSE")
-sha256sums=('823fff8e3409c77628a44acca779b4c1c2e27121d38a99961ff096e765f33e6e'
+sha256sums=('268aaf4121bc4f526d7cdeab867a29c14d40ad1dc545e0c28ec91eafcc840e1f'
'49ea6190a7f081686a8c71faba2f915c9dbdbee99572e7b26612f30098a130a1')
package() {
- install -Dm755 "${srcdir}/shub" "${pkgdir}/usr/bin/shub"
+ install -Dm755 "${srcdir}/dist_bin/shub" "${pkgdir}/usr/bin/shub"
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}