summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Grossar2020-02-29 22:36:45 +0100
committerLukas Grossar2020-02-29 22:36:45 +0100
commit5d5aeaab998fa4ef16622e0356d83a367ee67fa0 (patch)
tree18cf5f662ef2bb53b49ee457a1be1e20c90b4889
parent4b65800047d44aa702641e3d417229ad1cabd59f (diff)
downloadaur-5d5aeaab998fa4ef16622e0356d83a367ee67fa0.tar.gz
update to v0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35bea7ff659c..168776764334 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = jsonnet-bundler-bin
pkgdesc = jsonnet package manager
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/jsonnet-bundler/jsonnet-bundler
arch = x86_64
license = Apache
- source = https://github.com/jsonnet-bundler/jsonnet-bundler/releases/download/v0.2.0/jb-linux-amd64
- sha256sums = 3e4db592c3f93838ad03c36aa9700106789ed65ca94f533ad1612a0ad9d807af
+ source = https://github.com/jsonnet-bundler/jsonnet-bundler/releases/download/v0.3.0/jb-linux-amd64
+ sha256sums = 700a311803565f06f61d03449cc28dc320df8853b491124c1f25a6543e0c79c9
pkgname = jsonnet-bundler-bin
diff --git a/PKGBUILD b/PKGBUILD
index 303fc5c96eb0..a9533663a92b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Lukas Grossar <lukas.grossar@gmail.com>
+# Co-Maintainer: Matthias Loibl <mail@matthiasloibl.com>
pkgname=jsonnet-bundler-bin
-pkgver=0.2.0
+pkgver=0.3.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=('3e4db592c3f93838ad03c36aa9700106789ed65ca94f533ad1612a0ad9d807af')
+sha256sums=('700a311803565f06f61d03449cc28dc320df8853b491124c1f25a6543e0c79c9')
package() {
install -Dm 755 "$srcdir/jb-linux-amd64" "$pkgdir/usr/bin/jb"