summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Engledow2015-07-30 00:12:48 +0100
committerSteve Engledow2015-07-30 00:12:48 +0100
commit72a7523ec6c587446a70a5048a46aa01b1279c62 (patch)
tree5efd5d596425e8e1ae03373f8e65ad671ba4eb79
parent57762b8db8acc5122f04b51dc85da76484e5162e (diff)
downloadaur-72a7523ec6c587446a70a5048a46aa01b1279c62.tar.gz
Update to 0.4.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ca3d5b08274..f3987349930c 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.4.0
+ pkgver = 0.4.1
pkgrel = 1
arch = i686
arch = x86_64
license = MIT
- source_i686 = please-i686::https://github.com/stilvoid/please/releases/download/v0.4.0/please-linux-i386
- md5sums_i686 = 695e5519ef51e469cc65110adc4b07ec
- source_x86_64 = please-x86_64::https://github.com/stilvoid/please/releases/download/v0.4.0/please-linux-amd64
- md5sums_x86_64 = a39af638db0660adb5c86d0eb3a9e810
+ source_i686 = please-i686::https://github.com/stilvoid/please/releases/download/v0.4.1/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
+ md5sums_x86_64 = d901396770aea8374e01bc71ca668b99
pkgname = please
diff --git a/PKGBUILD b/PKGBUILD
index a5adf84e2285..f98c1e3f4cfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Steve Engledow <steve at offend dot me dot uk>
pkgname=please
-pkgver=0.4.0
+pkgver=0.4.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=('695e5519ef51e469cc65110adc4b07ec')
-md5sums_x86_64=('a39af638db0660adb5c86d0eb3a9e810')
+md5sums_i686=('39bf1a009c3a964c8bd48605cafe39c2')
+md5sums_x86_64=('d901396770aea8374e01bc71ca668b99')
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")