aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorddev-releaser2020-12-14 04:40:49 +0000
committerddev-releaser2020-12-14 04:40:49 +0000
commit3ebcf3ee31c21f0d152b04352ab0ca368675bfcb (patch)
tree4b4df1c798409612703435f98407a784387bc3d1
parent459805bf041547ecd7e41e09092e8691919dd1ff (diff)
downloadaur-3ebcf3ee31c21f0d152b04352ab0ca368675bfcb.tar.gz
AUR bump to v1.16.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14847760e2bc..93212e08cf8e 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.2
+ pkgver = v1.16.3
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.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
pkgname = ddev-edge-bin
diff --git a/PKGBUILD b/PKGBUILD
index fb1323090b67..6a6dc4e18dbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.16.2
+pkgver=v1.16.3
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.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"