summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Muehlhaeuser2021-12-07 17:53:51 +0100
committerChristian Muehlhaeuser2021-12-07 17:53:51 +0100
commit30c3420ae8b305d1a9b696ed5fc32e9958dc94f5 (patch)
treed6ceefe5b0c97026ddf9a9f981eae0ddf78e3e77 /PKGBUILD
parente1ca3d9dee1e05660c06b49bca7178a7602f6580 (diff)
downloadaur-30c3420ae8b305d1a9b696ed5fc32e9958dc94f5.tar.gz
Bump to v0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fd99476d83c..01dbc30cf0f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Muehlhaeuser <muesli at gmail dot com>
pkgname=charm-tool-bin
-pkgver=0.8.5
+pkgver=0.9.0
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=('c071ec07b23033fe4574392069d25099fbbafdbd2243194f3d1814fc5694d015')
+sha256sums_x86_64=('668f6cbeb38e550be4e87dd7b8a29e5cda2e6473a1e801fb44f4b7060a587622')
package() {
install -Dm755 "${pkgname%-tool-bin}" "$pkgdir/usr/bin/${pkgname%-tool-bin}"