aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorddev-releaser2021-04-07 03:44:06 +0000
committerddev-releaser2021-04-07 03:44:06 +0000
commit81318e178113408c05ef8d20fd5b787c14662c3b (patch)
treee89e7fa6d42007426bf2aa262ec24d6de101a6b5 /PKGBUILD
parent34d38310147884ec1afefa9dcdede5d79acc2791 (diff)
downloadaur-81318e178113408c05ef8d20fd5b787c14662c3b.tar.gz
AUR bump to v1.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1e58db1d4e8..cfcded589817 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.17.0_rc2
+pkgver=v1.17.0
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.17.0-rc2/ddev_linux-amd64.v1.17.0-rc2.tar.gz")
-sha256sums=("e7d9e176c3d9cdc0bf72fddcd3eec9c44d73fae82f4870edae076082fb56e894")
+source=("https://github.com/drud/ddev/releases/download/v1.17.0/ddev_linux-amd64.v1.17.0.tar.gz")
+sha256sums=("1de37d8e19fca5ad7a3b549e346656f087826ea41469155d0b3d4bed066975cb")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"