aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorddev-releaser2020-11-21 23:30:23 +0000
committerddev-releaser2020-11-21 23:30:23 +0000
commit3c7db9a98906b789331c28786ef6d67a88063be2 (patch)
treef005e69a853f3df475b58c08909e03045dd280d9
parent36bb61ceca81286f69a2454925023b57f6a7cf8e (diff)
downloadaur-3c7db9a98906b789331c28786ef6d67a88063be2.tar.gz
AUR bump to v1.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ac3959723cf..81e08e32f19f 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.0
+ pkgver = v1.16.1
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.0/ddev_linux-amd64.v1.16.0.tar.gz
- sha256sums = f511ab41d7480f408ee84fce419e041fe07fb9a19de2e70a61fd4870208b799a
+ source = https://github.com/drud/ddev/releases/download/v1.16.1/ddev_linux-amd64.v1.16.1.tar.gz
+ sha256sums = c6d369cfb6631b747630ff03cdbb9886e794e9b87b39ffb7579e1da49706a676
pkgname = ddev-edge-bin
diff --git a/PKGBUILD b/PKGBUILD
index 99646e5ae067..1cdf297b2d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.16.0
+pkgver=v1.16.1
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.0/ddev_linux-amd64.v1.16.0.tar.gz")
-sha256sums=("f511ab41d7480f408ee84fce419e041fe07fb9a19de2e70a61fd4870208b799a")
+source=("https://github.com/drud/ddev/releases/download/v1.16.1/ddev_linux-amd64.v1.16.1.tar.gz")
+sha256sums=("c6d369cfb6631b747630ff03cdbb9886e794e9b87b39ffb7579e1da49706a676")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"