summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2019-02-14 08:51:44 -0500
committerDavid Parrish2019-02-14 08:51:44 -0500
commit7a9f7b54f90a531cd199d7115405c70f8208c975 (patch)
tree4ab7fc5e3a2ba7a511908431e86ef9e471089469
parent28f6a30e4b15b8e22ed0245525fa513a2162a3ff (diff)
downloadaur-7a9f7b54f90a531cd199d7115405c70f8208c975.tar.gz
Update to version 3.0.0 rc9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4813f9329a14..5c1fd1b41fbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lando
pkgdesc = A free, open source, cross-platform, local development environment and DevOps tool built on Docker container technology
- pkgver = 3.0.0_rc.1
+ pkgver = 3.0.0_rc.9
pkgrel = 1
url = https://docs.devwithlando.io
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = lando
provides = lando
conflicts = lando-git
options = !strip
- source = lando::git+https://github.com/lando/lando.git#tag=v3.0.0-rc.1
+ source = lando::git+https://github.com/lando/lando.git#tag=v3.0.0-rc.9
sha256sums = SKIP
pkgname = lando
diff --git a/PKGBUILD b/PKGBUILD
index 88a6379c61b8..5d0436cd7fd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://bbs.archlinux.org/viewtopic.php?id=235884
pkgname=lando
-pkgver=3.0.0_rc.1
+pkgver=3.0.0_rc.9
_target_version=${pkgver//_/-}
pkgrel=1
pkgdesc="A free, open source, cross-platform, local development environment and DevOps tool built on Docker container technology"