summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Engledow2015-08-27 23:00:20 +0100
committerSteve Engledow2015-08-27 23:00:20 +0100
commit6b2360f3663fb249ce44492207e8945916b7245c (patch)
tree04d1b51ab87390f25f1641bccbff0d4d34e03ca5
parent039086df722063ba65be84e827a1db58cf5594ed (diff)
downloadaur-6b2360f3663fb249ce44492207e8945916b7245c.tar.gz
Update to 1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79054d8839d9..f2a7b30e08d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = please
pkgdesc = A command line utility that makes it easy to integrate web services into your shell scripts
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
arch = i686
arch = x86_64
license = MIT
- source_i686 = please-i686::https://github.com/stilvoid/please/releases/download/v1.0/please-linux-i386
- md5sums_i686 = 413386273fb03f97ccbf68f467113e03
- source_x86_64 = please-x86_64::https://github.com/stilvoid/please/releases/download/v1.0/please-linux-amd64
- md5sums_x86_64 = 180876d83b1f937c8d7040898c092ad7
+ source_i686 = please-i686::https://github.com/stilvoid/please/releases/download/v1.1/please-linux-i386
+ md5sums_i686 = c56e2d9a48355707dbaf23feee5154d1
+ source_x86_64 = please-x86_64::https://github.com/stilvoid/please/releases/download/v1.1/please-linux-amd64
+ md5sums_x86_64 = ed0b9396974e0e9cbe9305037b3a443b
pkgname = please
diff --git a/PKGBUILD b/PKGBUILD
index 392d282b7db8..55534dc784a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Steve Engledow <steve at offend dot me dot uk>
pkgname=please
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="A command line utility that makes it easy to integrate web services into your shell scripts"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ install=
changelog=
source=($pkgname-$pkgver.tar.gz)
noextract=()
-md5sums_i686=('413386273fb03f97ccbf68f467113e03')
-md5sums_x86_64=('180876d83b1f937c8d7040898c092ad7')
+md5sums_i686=('c56e2d9a48355707dbaf23feee5154d1')
+md5sums_x86_64=('ed0b9396974e0e9cbe9305037b3a443b')
source=()
source_i686=("please-i686::https://github.com/stilvoid/$pkgname/releases/download/v$pkgver/$pkgname-linux-i386")
source_x86_64=("please-x86_64::https://github.com/stilvoid/$pkgname/releases/download/v$pkgver/$pkgname-linux-amd64")