aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorddev-releaser2022-03-21 13:45:46 +0000
committerddev-releaser2022-03-21 13:45:46 +0000
commit3037de996737aa122468b32bb7140c1634657646 (patch)
tree6e459d6c768f3eb32424d48f89e8f1995b9e4bf2
parent4dd93210838df52a0b2de3546ec3c50710302a3a (diff)
downloadaur-3037de996737aa122468b32bb7140c1634657646.tar.gz
AUR bump to v1.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c97cd3d399a..78f890f347d1 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
+ pkgver = v1.19.1
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/ddev_linux-amd64.v1.19.0.tar.gz
- sha256sums = 17ed84015a07e4528cbe6f8bb53db974dc938348c43ba35d1addef512b3c9242
+ source = https://github.com/drud/ddev/releases/download/v1.19.1/ddev_linux-amd64.v1.19.1.tar.gz
+ sha256sums = 6e8c2532f3465d8733499fc39eb1f4f02ed668235b4fbf4e272c434144eaaa4b
pkgname = ddev-edge-bin
diff --git a/PKGBUILD b/PKGBUILD
index 87b707b8c36d..3b1dd21631f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.19.0
+pkgver=v1.19.1
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/ddev_linux-amd64.v1.19.0.tar.gz")
-sha256sums=("17ed84015a07e4528cbe6f8bb53db974dc938348c43ba35d1addef512b3c9242")
+source=("https://github.com/drud/ddev/releases/download/v1.19.1/ddev_linux-amd64.v1.19.1.tar.gz")
+sha256sums=("6e8c2532f3465d8733499fc39eb1f4f02ed668235b4fbf4e272c434144eaaa4b")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"