summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Fields2019-12-16 10:24:01 -0500
committerMatt Fields2019-12-16 10:24:01 -0500
commit97188a76df7dcbc6dfaaa222ff836fde4b15aad2 (patch)
tree8e944d6f1c9afac182fe3eb874c4637758e9fe26 /PKGBUILD
parente876f3c715737ea70c54fa0bf4a574793ab117dd (diff)
downloadaur-97188a76df7dcbc6dfaaa222ff836fde4b15aad2.tar.gz
Update to 2.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8a1ce860ec8..940ce202a8d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matt Fields (0x6d617474) <aur at 0x6d617474 dot net>
pkgname=wp-cli
-pkgver=2.3.0
+pkgver=2.4.0
pkgrel=1
pkgdesc="A command-line tool for managing WordPress"
url="http://wp-cli.org/"
@@ -14,7 +14,7 @@ conflicts=()
replaces=()
backup=()
source=("https://github.com/wp-cli/wp-cli-bundle/archive/v${pkgver}.tar.gz")
-md5sums=('9db88d7b012a3451e8510493d97e6932')
+md5sums=('ea149787cacc1b8f2e76730573d97874')
build() {
cd "${pkgname}-bundle-${pkgver}"