summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Loibl2024-08-23 14:08:12 +0200
committerMatthias Loibl2024-08-23 14:08:12 +0200
commitd87a29fb7614ded44500a911aa55fc568b0812e3 (patch)
treeeb62e278066eaea86ff45d56788fe942c739b21f
parent7b4ed9d5390f365df7b750211d7cdd8ed0e7a1a3 (diff)
downloadaur-d87a29fb7614ded44500a911aa55fc568b0812e3.tar.gz
Release v0.6.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fb5cadf2e065..0e9f5a918555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Matthias Loibl <mail@matthiasloibl.com>
pkgname=jsonnet-bundler-bin
-pkgver=0.5.1
+pkgver=0.6.0
pkgrel=1
pkgdesc="jsonnet package manager"
arch=('x86_64')
url="https://github.com/jsonnet-bundler/jsonnet-bundler"
license=('Apache')
source=("jb-v${pkgver}::https://github.com/jsonnet-bundler/jsonnet-bundler/releases/download/v${pkgver}/jb-linux-amd64")
-sha256sums=('f5bccc94d28fbbe8ad1d46fd4f208619e45d368a5d7924f6335f4ecfa0605c85')
+sha256sums=('78e54afbbc3ff3e0942b1576b4992277df4f6beb64cddd58528a76f0cd70db54')
package() {
install -Dm 755 "${srcdir}/jb-v${pkgver}" "${pkgdir}/usr/bin/jb"