aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorddev-releaser2020-12-03 02:12:31 +0000
committerddev-releaser2020-12-03 02:12:31 +0000
commit459805bf041547ecd7e41e09092e8691919dd1ff (patch)
tree56700591a917987daf2e680d2e3bf9042096324b
parentdc0963a4787fdb5943a400c560767f757965e1bd (diff)
downloadaur-459805bf041547ecd7e41e09092e8691919dd1ff.tar.gz
AUR bump to v1.16.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eff7bd78dfc2..14847760e2bc 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_alpha3
+ pkgver = v1.16.2
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-alpha3/ddev_linux-amd64.v1.16.2-alpha3.tar.gz
- sha256sums = eafce42d0bdf5d5df590fc66d785dd163329b373eb55c71066aad7871f7cb77d
+ source = https://github.com/drud/ddev/releases/download/v1.16.2/ddev_linux-amd64.v1.16.2.tar.gz
+ sha256sums = 2a5e3c0899b2b7bbe1fdd638ae5f467eac3564bc1447f37c33d17ae5ce0502af
pkgname = ddev-edge-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9590176821bf..fb1323090b67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.16.2_alpha3
+pkgver=v1.16.2
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-alpha3/ddev_linux-amd64.v1.16.2-alpha3.tar.gz")
-sha256sums=("eafce42d0bdf5d5df590fc66d785dd163329b373eb55c71066aad7871f7cb77d")
+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"