summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxim Kraev2015-07-12 11:21:24 +0300
committerMaxim Kraev2015-07-12 11:21:24 +0300
commitaee4a8e81763b5cd2d0fe139d94b87803c1b1815 (patch)
tree2226d8ad4de311b00c64fe82dd52d179e4c59e2b /PKGBUILD
parent8431c99bad661f174b054dc1b4bd198a03d40caa (diff)
downloadaur-aee4a8e81763b5cd2d0fe139d94b87803c1b1815.tar.gz
update, 0.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86e4c08b4666..729d19928c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxim Kraev <maxim.kraev@gmail.com>
pkgname=chef-dk
-pkgver=0.6.0
+pkgver=0.6.2
pkgrel=1
_ubuntuver=raring
_ubunturel=4
@@ -11,8 +11,8 @@ url="https://downloads.chef.io/chef-dk/"
license=('Apache')
depends=()
conflicts=( chef chef-solo )
-source=("https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/chefdk_0.6.0-1_amd64.deb")
-sha512sums=('4158b9228d44c6ff7543c91b9d0eff047d25287daf8f50355012221de9f3b012edf1a2c87912fbc6294f4222cdf948e9cfc6d3cfc65d79901cb779d4e7fd59a5')
+source=("https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/chefdk_0.6.2-1_amd64.deb")
+sha512sums=('f840a9561d1d55e853196fed7238a7739b65dfeef0d525ee39d8ffe5e1eea7996559419c60291710e2c5b6e2402f6f3569dbe9d99754c89d7a6e46b450b50164')
package() {
@@ -31,4 +31,4 @@ package() {
ln -sf /opt/chefdk/bin/$binary $pkgdir/usr/bin/ || error_exit "Cannot link $binary to /usr/bin"
done
chown -R 0:0 $pkgdir
-} \ No newline at end of file
+}