aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorddev-releaser2022-05-06 13:00:10 +0000
committerddev-releaser2022-05-06 13:00:10 +0000
commit2236c64cdf64621e41187bf4e34a63e0c54427e1 (patch)
treed26299a9f25962008c743a66c6294235a64b6334
parentfd414edb74786b8adde38b4818b22f0d2f43b5c0 (diff)
downloadaur-2236c64cdf64621e41187bf4e34a63e0c54427e1.tar.gz
AUR bump to v1.19.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c99a528f0e1..ef80514a5c8d 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.1
+ pkgver = v1.19.2
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.1/ddev_linux-amd64.v1.19.1.tar.gz
- sha256sums = 0052f19f587a0470fff915ad8546a7940a62f5ea33b80d6ead9489605f6d549e
+ source = https://github.com/drud/ddev/releases/download/v1.19.2/ddev_linux-amd64.v1.19.2.tar.gz
+ sha256sums = 21c8ffa39ae5d6ec1e7028657a7ea01f1899963afc027f50c0c69704b91d88a3
pkgname = ddev-edge-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3cbc0d08f567..da246b47ca4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.19.1
+pkgver=v1.19.2
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.1/ddev_linux-amd64.v1.19.1.tar.gz")
-sha256sums=("0052f19f587a0470fff915ad8546a7940a62f5ea33b80d6ead9489605f6d549e")
+source=("https://github.com/drud/ddev/releases/download/v1.19.2/ddev_linux-amd64.v1.19.2.tar.gz")
+sha256sums=("21c8ffa39ae5d6ec1e7028657a7ea01f1899963afc027f50c0c69704b91d88a3")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"