summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Fields2017-03-07 08:56:22 -0500
committerMatt Fields2017-03-07 08:56:22 -0500
commit5e0e0a4bf86a1d6391fb482a1818454ece0b2963 (patch)
tree73654f29bf6d0ae986b9753999d13099106707ab /PKGBUILD
parentcb8ecdcc2fe882bf5718338484cc9ca638598c32 (diff)
downloadaur-5e0e0a4bf86a1d6391fb482a1818454ece0b2963.tar.gz
Update to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5d1be8b1936..909cbbfca33a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=wp-cli
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="A command-line tool for managing WordPress"
url="http://wp-cli.org/"
arch=('any')
@@ -13,7 +13,7 @@ replaces=()
backup=()
source=("https://github.com/wp-cli/wp-cli/archive/v${pkgver}.tar.gz"
"https://raw.githubusercontent.com/wp-cli/wp-cli/v${pkgver}/utils/wp-completion.bash")
-md5sums=('155256f4119b616aae2dd760d33403b3'
+md5sums=('ec4444ad1c215d836a9326d6cff0d9af'
'f8acb424f1460428796451679631be86')
prepare() {