summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fbe931f436c..3533543b27fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = shub-bin
pkgdesc = Scrapinghub Command Line Client
- pkgver = 2.14.2
+ pkgver = 2.14.5
pkgrel = 1
url = https://github.com/scrapinghub/shub/
arch = x86_64
license = BSD
- provides = shub=2.14.2
+ provides = shub=2.14.5
conflicts = shub
- source = https://github.com/scrapinghub/shub/releases/download/v2.14.2/shub-Linux.tar.gz
+ source = https://github.com/scrapinghub/shub/releases/download/v2.14.5/shub-Linux.tar.gz
source = https://raw.githubusercontent.com/scrapinghub/shub/master/LICENSE
- sha256sums = 268aaf4121bc4f526d7cdeab867a29c14d40ad1dc545e0c28ec91eafcc840e1f
+ sha256sums = 6858c22a2b8750f6392ff24a7b484b4da318ebba41cc28eb260ad5be1aab771c
sha256sums = 49ea6190a7f081686a8c71faba2f915c9dbdbee99572e7b26612f30098a130a1
pkgname = shub-bin
diff --git a/PKGBUILD b/PKGBUILD
index 85a2db6fba38..b82387b9c360 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase=shub
pkgname=shub-bin
-pkgver=2.14.2
+pkgver=2.14.5
pkgrel=1
pkgdesc="Scrapinghub Command Line Client"
arch=("x86_64")
@@ -13,9 +13,9 @@ url="https://github.com/scrapinghub/shub/"
license=("BSD")
provides=("shub=${pkgver}")
-source=("https://github.com/scrapinghub/shub/releases/download/v2.14.2/shub-Linux.tar.gz"
+source=("https://github.com/scrapinghub/shub/releases/download/v2.14.5/shub-Linux.tar.gz"
"https://raw.githubusercontent.com/scrapinghub/shub/master/LICENSE")
-sha256sums=('268aaf4121bc4f526d7cdeab867a29c14d40ad1dc545e0c28ec91eafcc840e1f'
+sha256sums=('6858c22a2b8750f6392ff24a7b484b4da318ebba41cc28eb260ad5be1aab771c'
'49ea6190a7f081686a8c71faba2f915c9dbdbee99572e7b26612f30098a130a1')
package() {