aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew French2019-12-04 10:59:07 -0700
committerAndrew French2019-12-04 10:59:07 -0700
commitecf31ac4123e5ccad3879cd457f707e509c09677 (patch)
tree038d6211c6443a0c2c5079b056ea45dae6fe176f /PKGBUILD
parent402713d4155344f697377146e654e1c978345e8c (diff)
downloadaur-ecf31ac4123e5ccad3879cd457f707e509c09677.tar.gz
Bumping ddev-bin to v1.12.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 582883ac6521..dff2d93ee69c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,7 @@
_name="ddev"
pkgname="$_name-bin"
-pkgraw="1.12.0-alpha2"
-pkgver="1.12.0.alpha2"
+pkgver="1.12.0"
pkgrel=1
pkgdesc='DDEV-Local: a local PHP development environment system'
arch=('x86_64')
@@ -13,8 +12,8 @@ provides=("$_name")
conflicts=("$_name")
depends=('docker' 'docker-compose')
optdepends=('bash-completion: subcommand completion support')
-source=("https://github.com/drud/ddev/releases/download/v$pkgraw/ddev_linux.v$pkgraw.tar.gz")
-sha256sums=("7f0c5b8362b7c84145c17e6850be1a8e4a0aa9aae15ba91fe463e898c24653a4")
+source=("https://github.com/drud/ddev/releases/download/v$pkgver/ddev_linux.v$pkgver.tar.gz")
+sha256sums=("1e651f63a78a317cef9a1fbcca2d800bd672167fcd3d00901cba07817773a778")
package() {
install -D -m 0755 ddev "$pkgdir/usr/bin/ddev"