aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorddev-releaser2021-08-31 21:16:21 +0000
committerddev-releaser2021-08-31 21:16:21 +0000
commitdee09dfeea0a94faec8e589cf9e193b1b4d85d37 (patch)
tree4b5c7f7fbd3cf4e197c5dd1bbcff68009d309f1e
parent0b56ad5f5e1f8f1e6177fc909a44315e139d06b6 (diff)
downloadaur-dee09dfeea0a94faec8e589cf9e193b1b4d85d37.tar.gz
AUR bump to v1.18.0-rc1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b82bae20e0e..adaebdae5ce9 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.18.0_alpha4
+ pkgver = v1.18.0_rc1
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.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
pkgname = ddev-edge-bin
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"