summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Loibl2020-01-08 17:54:25 +0100
committerMatthias Loibl2020-01-08 17:54:25 +0100
commiteb7b1cac724e3bb5a6990e888ce642116482825f (patch)
treecb7a70109067df667d35656b3ef79a778971deed
parent66134f13e28cad058ae92c27fdb0e7b3f9adf207 (diff)
downloadaur-eb7b1cac724e3bb5a6990e888ce642116482825f.tar.gz
Release v0.2.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bc0f3a010d6..303fc5c96eb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
pkgname=jsonnet-bundler-bin
-pkgver=0.1.0
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc="jsonnet package manager"
arch=('x86_64')
url="https://github.com/jsonnet-bundler/jsonnet-bundler"
license=('Apache')
source=("https://github.com/jsonnet-bundler/jsonnet-bundler/releases/download/v${pkgver}/jb-linux-amd64")
-sha256sums=('700a311803565f06f61d03449cc28dc320df8853b491124c1f25a6543e0c79c9')
+sha256sums=('3e4db592c3f93838ad03c36aa9700106789ed65ca94f533ad1612a0ad9d807af')
package() {
install -Dm 755 "$srcdir/jb-linux-amd64" "$pkgdir/usr/bin/jb"