aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorddev-releaser2021-04-30 14:14:42 +0000
committerddev-releaser2021-04-30 14:14:42 +0000
commit65f36812953873f5ae7a88194dd84308cd74d1ed (patch)
treeea33f331e72915f7b9595d77483844a9c2d808ee /PKGBUILD
parentd35e39a849e1e60d6c9d726647d4280f67b026df (diff)
downloadaur-65f36812953873f5ae7a88194dd84308cd74d1ed.tar.gz
AUR bump to v1.17.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80580081d4c6..a18b65224854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.17.1
+pkgver=v1.17.2
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.17.1/ddev_linux-amd64.v1.17.1.tar.gz")
-sha256sums=("1f2a7470068ff3e5320bf7c25a0de2f8b48e745b23f10f9ac6d20c059b779a05")
+source=("https://github.com/drud/ddev/releases/download/v1.17.2/ddev_linux-amd64.v1.17.2.tar.gz")
+sha256sums=("ff7d0109f7dd8066a264283acb7c8a4281e0f6e85d0f49f0c5f8e6c798681b5f")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"