summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Engledow2015-08-01 00:23:40 +0100
committerSteve Engledow2015-08-01 00:23:40 +0100
commit2ed0fa91fe4620027d4b4e91d73c4420b8e2c133 (patch)
tree395cdb6f612d7eed064eeef30ac628da1aecbda5
parent72a7523ec6c587446a70a5048a46aa01b1279c62 (diff)
downloadaur-2ed0fa91fe4620027d4b4e91d73c4420b8e2c133.tar.gz
Update to 0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3987349930c..b59082d49ebd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = please
pkgdesc = A command line utility that makes it easy to integrate web services into your shell scripts
- pkgver = 0.4.1
+ pkgver = 0.5
pkgrel = 1
arch = i686
arch = x86_64
license = MIT
- source_i686 = please-i686::https://github.com/stilvoid/please/releases/download/v0.4.1/please-linux-i386
+ source_i686 = please-i686::https://github.com/stilvoid/please/releases/download/v0.5/please-linux-i386
md5sums_i686 = 39bf1a009c3a964c8bd48605cafe39c2
- source_x86_64 = please-x86_64::https://github.com/stilvoid/please/releases/download/v0.4.1/please-linux-amd64
+ source_x86_64 = please-x86_64::https://github.com/stilvoid/please/releases/download/v0.5/please-linux-amd64
md5sums_x86_64 = d901396770aea8374e01bc71ca668b99
pkgname = please
diff --git a/PKGBUILD b/PKGBUILD
index f98c1e3f4cfa..39ba4460b6eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Steve Engledow <steve at offend dot me dot uk>
pkgname=please
-pkgver=0.4.1
+pkgver=0.5
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=('39bf1a009c3a964c8bd48605cafe39c2')
-md5sums_x86_64=('d901396770aea8374e01bc71ca668b99')
+md5sums_i686=('2b04f8fc873ffa4d8e79d38f81e1180b')
+md5sums_x86_64=('e67ff59da4c4207e32e83329bddc418d')
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")