summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Grossar2022-08-30 08:04:19 +0200
committerLukas Grossar2022-08-30 08:04:19 +0200
commit7b4ed9d5390f365df7b750211d7cdd8ed0e7a1a3 (patch)
treedacd4789c3f2b3a3ee6b74ba557204c6506dafdc /PKGBUILD
parent66bb46ce058482641eaa3de1193ad895aca4a813 (diff)
downloadaur-jsonnet-bundler-bin.tar.gz
chore(update): 0.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42f727af0451..fb5cadf2e065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Matthias Loibl <mail@matthiasloibl.com>
pkgname=jsonnet-bundler-bin
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.5.1
+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=('433edab5554a88a0371e11e93080408b225d41c31decf321c02b50d2e44993ce')
+sha256sums=('f5bccc94d28fbbe8ad1d46fd4f208619e45d368a5d7924f6335f4ecfa0605c85')
package() {
install -Dm 755 "${srcdir}/jb-v${pkgver}" "${pkgdir}/usr/bin/jb"