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 9e1f6c0c9b10..61da0e9e288f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.19.0_rc1
+pkgver=v1.19.0_rc2
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.19.0-rc1/ddev_linux-amd64.v1.19.0-rc1.tar.gz")
-sha256sums=("7e4012e08172b441d53727537295a8efe6c64f3b61447c8779249d7dde9b57b6")
+source=("https://github.com/drud/ddev/releases/download/v1.19.0-rc2/ddev_linux-amd64.v1.19.0-rc2.tar.gz")
+sha256sums=("f510a33c77b32759db19cf52f96acb65adafa7558e9ce254672aebb1609a6520")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"