summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 669b31655f02..4c1a78b5c9ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Muehlhaeuser <muesli at gmail dot com>
pkgname=charm-tool-bin
-pkgver=0.9.1
+pkgver=0.9.2
pkgrel=1
pkgdesc="The Charm Cloud Tool"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source_x86_64=("$url/releases/download/v$pkgver/${pkgname%-tool-bin}_${pkgver}_linux_x86_64.tar.gz")
-sha256sums_x86_64=('0a7246b6b92fba145e712d4f5e05c03bc4911698875b99cb8e737894b616fc16')
+sha256sums_x86_64=('f6ff379034ee94809d3af264ad43c05fc5e382000507356ae9703f6b4a1699cc')
package() {
install -Dm755 "${pkgname%-tool-bin}" "$pkgdir/usr/bin/${pkgname%-tool-bin}"