aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorddev-releaser2020-12-15 00:10:40 +0000
committerddev-releaser2020-12-15 00:10:40 +0000
commit131832b17e0f1f0ec968bc994e20c3a0471f1542 (patch)
treec07bc1f1f705a84f742605306b155c810d122bac
parent3ebcf3ee31c21f0d152b04352ab0ca368675bfcb (diff)
downloadaur-131832b17e0f1f0ec968bc994e20c3a0471f1542.tar.gz
AUR bump to v1.16.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93212e08cf8e..17349633a521 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ddev-edge-bin
pkgdesc = DDEV-Local: a local PHP development environment system (edge channel)
- pkgver = v1.16.3
+ pkgver = v1.16.4
pkgrel = 1
url = https://github.com/drud/ddev
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = ddev-edge-bin
optdepends = bash-completion: subcommand completion support
provides = ddev
conflicts = ddev
- source = https://github.com/drud/ddev/releases/download/v1.16.3/ddev_linux-amd64.v1.16.3.tar.gz
- sha256sums = 48091aa79873b23923674f88e21577618f89644f3056f66cffd3ffd539457b0a
+ source = https://github.com/drud/ddev/releases/download/v1.16.4/ddev_linux-amd64.v1.16.4.tar.gz
+ sha256sums = 28f603b1f3ac41514adb8f1abb74e0838992ffaf91a4c7cb39c2751f6321d9e3
pkgname = ddev-edge-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6a6dc4e18dbf..1420eefd461e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.16.3
+pkgver=v1.16.4
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.16.3/ddev_linux-amd64.v1.16.3.tar.gz")
-sha256sums=("48091aa79873b23923674f88e21577618f89644f3056f66cffd3ffd539457b0a")
+source=("https://github.com/drud/ddev/releases/download/v1.16.4/ddev_linux-amd64.v1.16.4.tar.gz")
+sha256sums=("28f603b1f3ac41514adb8f1abb74e0838992ffaf91a4c7cb39c2751f6321d9e3")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"