aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorddev-releaser2020-07-23 03:39:03 +0000
committerddev-releaser2020-07-23 03:39:03 +0000
commitd34b25eddbe88738ce47a2d6da59c33d0bbe0398 (patch)
tree56df0bae7e75e669326c50416dbd7f9497c73916 /PKGBUILD
parentc82c777afe7c32698229bfb8baab80ee521d4f06 (diff)
downloadaur-d34b25eddbe88738ce47a2d6da59c33d0bbe0398.tar.gz
AUR bump to v1.15.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index decaf8c309cd..28f2545bad9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.15.0
+pkgver=v1.15.1
pkgrel=1
pkgdesc='DDEV-Local: a local PHP development environment system (edge channel)'
arch=('x86_64')
@@ -9,8 +9,8 @@ provides=("ddev")
conflicts=("ddev")
depends=('docker' 'docker-compose')
optdepends=('bash-completion: subcommand completion support')
-source=("https://github.com/drud/ddev/releases/download/v1.15.0/ddev_linux.v1.15.0.tar.gz")
-sha256sums=("ad39bb8babf3523342acf2af3824307b7508b4d11c37ac5e07e7819202beb178")
+source=("https://github.com/drud/ddev/releases/download/v1.15.1/ddev_linux.v1.15.1.tar.gz")
+sha256sums=("6fcf21578b104149128cd0b1d15da9eed42a29a87945d9124ca9b4599674c9b3")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"