summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Fields2023-03-31 23:33:04 -0400
committerMatt Fields2023-03-31 23:33:04 -0400
commit93092c54ff8eee3b81827f8abd38a45d02a92e4f (patch)
treedc841513dc542c59169642cb9035f582ccae1703 /PKGBUILD
parentdf6e21c561caea1ac148c31622d7328c52cf1941 (diff)
downloadaur-93092c54ff8eee3b81827f8abd38a45d02a92e4f.tar.gz
Update to 2.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc45152ac23f..3f75da6cd2bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matt Fields (0x6d617474) <aur at 0x6d617474 dot net>
pkgname=wp-cli
-pkgver=2.7.0
+pkgver=2.7.1
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=('25b235b839de5da322df80048432738d')
+md5sums=('9a962a15593452b83ecba21562436e62')
build() {
cd "${pkgname}-bundle-${pkgver}"