aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorddev-releaser2020-12-14 04:40:06 +0000
committerddev-releaser2020-12-14 04:40:06 +0000
commit4165e8628efbf1f9ddb6ea2b6751637d0a882845 (patch)
tree0152a80ed027547e2e16abfb3c82d37f93d1e929 /PKGBUILD
parent78783d430dd936be22aa8073f949a7ff80e1352f (diff)
downloadaur-4165e8628efbf1f9ddb6ea2b6751637d0a882845.tar.gz
AUR bump to v1.16.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f2e8b3cc396..f911a5b643da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-bin"
-pkgver=v1.16.2
+pkgver=v1.16.3
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.2/ddev_linux-amd64.v1.16.2.tar.gz")
-sha256sums=("2a5e3c0899b2b7bbe1fdd638ae5f467eac3564bc1447f37c33d17ae5ce0502af")
+source=("https://github.com/drud/ddev/releases/download/v1.16.3/ddev_linux-amd64.v1.16.3.tar.gz")
+sha256sums=("48091aa79873b23923674f88e21577618f89644f3056f66cffd3ffd539457b0a")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"