aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c700e57f535..5f2e8b3cc396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-bin"
-pkgver=v1.16.1
+pkgver=v1.16.2
pkgrel=1
pkgdesc='DDEV-Local: a local PHP development environment system'
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.16.1/ddev_linux-amd64.v1.16.1.tar.gz")
-sha256sums=("c6d369cfb6631b747630ff03cdbb9886e794e9b87b39ffb7579e1da49706a676")
+source=("https://github.com/drud/ddev/releases/download/v1.16.2/ddev_linux-amd64.v1.16.2.tar.gz")
+sha256sums=("2a5e3c0899b2b7bbe1fdd638ae5f467eac3564bc1447f37c33d17ae5ce0502af")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"