aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8318ccceaa0..fedcaab2e3a6 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
+ pkgver = v1.18.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.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
pkgname = ddev-edge-bin
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"