aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorddev-releaser2021-11-16 03:23:16 +0000
committerddev-releaser2021-11-16 03:23:16 +0000
commit6807a5db716df78647bf570833edd6f05828647b (patch)
tree395fe4d5690d717f25a3fc04982c7aee50b51071 /PKGBUILD
parent9a5c6538ffa57a090421182bb627580d6af2b110 (diff)
downloadaur-6807a5db716df78647bf570833edd6f05828647b.tar.gz
AUR bump to v1.18.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21a943bd7651..49fa22e7e87d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.18.0
+pkgver=v1.18.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.18.0/ddev_linux-amd64.v1.18.0.tar.gz")
-sha256sums=("4d3824acbb9378a0bde764421cf6bfbe8e17c3692e6f5fe9db44db870c2bb5e3")
+source=("https://github.com/drud/ddev/releases/download/v1.18.1/ddev_linux-amd64.v1.18.1.tar.gz")
+sha256sums=("d527b703e1bd976f22cdd582607ef5c9ade6ab0142986788b05b205727650873")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"