aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcf73382af84..6cebb8e76031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.18.0_alpha4
+pkgver=v1.18.0_rc1
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.18.0-alpha4/ddev_linux-amd64.v1.18.0-alpha4.tar.gz")
-sha256sums=("cc286ce41b12de0227587fff918ef2aefbc0e021eb56182f9cf3e38c29e120fd")
+source=("https://github.com/drud/ddev/releases/download/v1.18.0-rc1/ddev_linux-amd64.v1.18.0-rc1.tar.gz")
+sha256sums=("9ef2e6f53a806c5c754a7db10d7454f883c189956a6120068bcbc058debe2dd7")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"