aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelipe Arenales2016-02-19 18:27:58 -0200
committerFelipe Arenales2016-02-19 18:27:58 -0200
commiteb03eaab4df425e262f43541f69a3c9a59138af3 (patch)
tree04ece2b59cf75f21f0881e74691feeaf606e22b1 /PKGBUILD
parent134b8213af65ec2639e8d0be949a4497667b825b (diff)
downloadaur-eb03eaab4df425e262f43541f69a3c9a59138af3.tar.gz
Bumping azk v0.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e6ad78f8e47..c9bf19fde7e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Azuki <support@azukiapp.com>
pkgname='azk'
-pkgver=0.16.3
+pkgver=0.17.0
pkgrel=1
pkgdesc="azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine."
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('libnss-resolver' 'docker' 'rsync')
makedepends=('make' 'fakeroot' 'git')
conflicts=(${pkgname}-git)
source=("https://github.com/azukiapp/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('a728f935a270a425ff11db36347211d2')
+md5sums=('76c3e0c5e81c85571fb3d315db29b6fc')
package() {
cd "$srcdir/$pkgname-$pkgver"