summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Engledow2015-08-26 23:22:37 +0100
committerSteve Engledow2015-08-26 23:22:47 +0100
commit039086df722063ba65be84e827a1db58cf5594ed (patch)
treeb80e56479ce3ec73644b5f11d568d1334984d290
parent2ed0fa91fe4620027d4b4e91d73c4420b8e2c133 (diff)
downloadaur-039086df722063ba65be84e827a1db58cf5594ed.tar.gz
Update to 1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b59082d49ebd..79054d8839d9 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 = 0.5
+ pkgver = 1.0
pkgrel = 1
arch = i686
arch = x86_64
license = MIT
- 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.5/please-linux-amd64
- md5sums_x86_64 = d901396770aea8374e01bc71ca668b99
+ 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
pkgname = please
diff --git a/PKGBUILD b/PKGBUILD
index 39ba4460b6eb..392d282b7db8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Steve Engledow <steve at offend dot me dot uk>
pkgname=please
-pkgver=0.5
+pkgver=1.0
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=('2b04f8fc873ffa4d8e79d38f81e1180b')
-md5sums_x86_64=('e67ff59da4c4207e32e83329bddc418d')
+md5sums_i686=('413386273fb03f97ccbf68f467113e03')
+md5sums_x86_64=('180876d83b1f937c8d7040898c092ad7')
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")