aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorddev-releaser2021-07-30 18:51:08 +0000
committerddev-releaser2021-07-30 18:51:08 +0000
commit5f0d0f9e6f2eb51d6c61c10d393c9eaba9d14138 (patch)
treedb72339c4b7e681f09753480148b128c46217e3e
parentb4c910754e954094f7ba629578d370131d075016 (diff)
downloadaur-5f0d0f9e6f2eb51d6c61c10d393c9eaba9d14138.tar.gz
AUR bump to v1.18.0-alpha2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 473ea5a21b65..cfe0540ed376 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_alpha1
+ pkgver = v1.18.0_alpha2
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-alpha1/ddev_linux-amd64.v1.18.0-alpha1.tar.gz
- sha256sums = 4c51061e159ba536a8d0ce4a65757cf7a22f9cd2f824ad2595c2163ba66f0822
+ source = https://github.com/drud/ddev/releases/download/v1.18.0-alpha2/ddev_linux-amd64.v1.18.0-alpha2.tar.gz
+ sha256sums = 5302cbd425dca19da8e3aa700ec22bb9dce64a006471880600cb08763c35b3a4
pkgname = ddev-edge-bin
diff --git a/PKGBUILD b/PKGBUILD
index b0b1e87a017e..e326097291fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="ddev-edge-bin"
-pkgver=v1.18.0_alpha1
+pkgver=v1.18.0_alpha2
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-alpha1/ddev_linux-amd64.v1.18.0-alpha1.tar.gz")
-sha256sums=("4c51061e159ba536a8d0ce4a65757cf7a22f9cd2f824ad2595c2163ba66f0822")
+source=("https://github.com/drud/ddev/releases/download/v1.18.0-alpha2/ddev_linux-amd64.v1.18.0-alpha2.tar.gz")
+sha256sums=("5302cbd425dca19da8e3aa700ec22bb9dce64a006471880600cb08763c35b3a4")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"