aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorddev-releaser2022-03-10 23:45:18 +0000
committerddev-releaser2022-03-10 23:45:18 +0000
commitcc4719662782ab44586b7ecc212b0f06028f6395 (patch)
tree098d2c3e43dee09402af23d4bc6e39454a9face5
parent7a95d7270e260cc68ba6128a1ffc3b5440893d3c (diff)
downloadaur-cc4719662782ab44586b7ecc212b0f06028f6395.tar.gz
AUR bump to v1.19.0-rc4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d26ea00c96f7..5374ba094600 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.19.0_rc3
+ pkgver = v1.19.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.19.0-rc3/ddev_linux-amd64.v1.19.0-rc3.tar.gz
- sha256sums = 95a7959d2fef638c8c45b91083d89906ef5d93f146adbd790ba985cf6296fc1b
+ source = https://github.com/drud/ddev/releases/download/v1.19.0-rc4/ddev_linux-amd64.v1.19.0-rc4.tar.gz
+ sha256sums = d70be8ee803de9b8a6bfd17ef9312bf06e3d522c8cdb76f400119537b878c150
pkgname = ddev-edge-bin
diff --git a/PKGBUILD b/PKGBUILD
index 46bf0a66573c..da7a294776db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.19.0_rc3
+pkgver=v1.19.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.19.0-rc3/ddev_linux-amd64.v1.19.0-rc3.tar.gz")
-sha256sums=("95a7959d2fef638c8c45b91083d89906ef5d93f146adbd790ba985cf6296fc1b")
+source=("https://github.com/drud/ddev/releases/download/v1.19.0-rc4/ddev_linux-amd64.v1.19.0-rc4.tar.gz")
+sha256sums=("d70be8ee803de9b8a6bfd17ef9312bf06e3d522c8cdb76f400119537b878c150")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"