summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2019-03-08 02:11:07 +0100
committerariasuni2019-03-08 02:11:07 +0100
commitf197eac94cd0cd89e1e8cd15e8f3b3e8f6988cc9 (patch)
tree04731d6232271a87b5edd5406ebc2d52ee5ade87
parentca57a5c4193498631f178388b896f67194f8655a (diff)
downloadaur-f197eac94cd0cd89e1e8cd15e8f3b3e8f6988cc9.tar.gz
update to 2.8.2 and add .gitignore
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4ddfb99a665..5d3df0cf247b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = shub-bin
pkgdesc = Scrapinghub Command Line Client
- pkgver = 2.8.0
+ pkgver = 2.8.2
pkgrel = 1
url = https://github.com/scrapinghub/shub/
arch = x86_64
license = BSD
- provides = shub=2.8.0
+ provides = shub=2.8.2
conflicts = shub
- source = https://github.com/scrapinghub/shub/releases/download/v2.8.0/shub-v2.8.0-linux-x64.tar.gz
+ source = https://github.com/scrapinghub/shub/releases/download/v2.8.2/shub-v2.8.2-linux-x64.tar.gz
source = https://raw.githubusercontent.com/scrapinghub/shub/master/LICENSE
- sha256sums = 62fa8cb2e03f377a20960dea375f90f6906c934bcb8413869552f603287005f1
+ sha256sums = 823fff8e3409c77628a44acca779b4c1c2e27121d38a99961ff096e765f33e6e
sha256sums = 49ea6190a7f081686a8c71faba2f915c9dbdbee99572e7b26612f30098a130a1
pkgname = shub-bin
diff --git a/.gitignore b/.gitignore
index 0cd1c4c079c3..49a01b66e30d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
src/
pkg/
+LICENSE
*.tar.gz
-*.pkg.tar.xz
+*.pkg.*
diff --git a/PKGBUILD b/PKGBUILD
index 5de1d98ff20c..b7d2c0f1df64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=shub
pkgname=shub-bin
-pkgver=2.8.0
+pkgver=2.8.2
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=('62fa8cb2e03f377a20960dea375f90f6906c934bcb8413869552f603287005f1'
+sha256sums=('823fff8e3409c77628a44acca779b4c1c2e27121d38a99961ff096e765f33e6e'
'49ea6190a7f081686a8c71faba2f915c9dbdbee99572e7b26612f30098a130a1')
package() {