aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorddev-releaser2021-09-25 03:06:18 +0000
committerddev-releaser2021-09-25 03:06:18 +0000
commitf4dc95ec28222c8635b27c8c5fa62c48b74d91bc (patch)
treed1d5fe4656612b95acdd63955b319c5994fcb455
parent1c8056bfd4198c1db043fcc6ba4eebdd87c34b65 (diff)
downloadaur-f4dc95ec28222c8635b27c8c5fa62c48b74d91bc.tar.gz
AUR bump to v1.18.0-rc4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e6a103f02e4..2d895705a0b3 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_rc3
+ pkgver = v1.18.0_rc4
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-rc3/ddev_linux-amd64.v1.18.0-rc3.tar.gz
- sha256sums = 502cd6fe7b4af7c511c4ad17e6a77548d929889a7bd42de7a25a30a3f50662d0
+ source = https://github.com/drud/ddev/releases/download/v1.18.0-rc4/ddev_linux-amd64.v1.18.0-rc4.tar.gz
+ sha256sums = d0c9ccc6f1b3fbdc073a1dc43df2bcc9c0d0ddb9e1eeca932d2fb52f2ab89454
pkgname = ddev-edge-bin
diff --git a/PKGBUILD b/PKGBUILD
index 43d264820553..ee15ab5c137e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.18.0_rc3
+pkgver=v1.18.0_rc4
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-rc3/ddev_linux-amd64.v1.18.0-rc3.tar.gz")
-sha256sums=("502cd6fe7b4af7c511c4ad17e6a77548d929889a7bd42de7a25a30a3f50662d0")
+source=("https://github.com/drud/ddev/releases/download/v1.18.0-rc4/ddev_linux-amd64.v1.18.0-rc4.tar.gz")
+sha256sums=("d0c9ccc6f1b3fbdc073a1dc43df2bcc9c0d0ddb9e1eeca932d2fb52f2ab89454")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"