summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToni Tauro2020-03-02 11:05:57 +0100
committerToni Tauro2020-03-02 11:05:57 +0100
commita1f53d602143e7307e38445e057dbd3e4c377376 (patch)
treed87696a66335e7fe9c6055f05ec47d3c433eacfc
parent5d5aeaab998fa4ef16622e0356d83a367ee67fa0 (diff)
downloadaur-a1f53d602143e7307e38445e057dbd3e4c377376.tar.gz
bump to version 0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 168776764334..a7ca943f20db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = jsonnet-bundler-bin
pkgdesc = jsonnet package manager
- pkgver = 0.3.0
+ pkgver = 0.3.1
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.3.0/jb-linux-amd64
- sha256sums = 700a311803565f06f61d03449cc28dc320df8853b491124c1f25a6543e0c79c9
+ source = https://github.com/jsonnet-bundler/jsonnet-bundler/releases/download/v0.3.1/jb-linux-amd64
+ sha256sums = 2eea9cd244dd952d3d2c13a053fefabfb11c7c14950f835ff0e5c46a71b71b54
pkgname = jsonnet-bundler-bin
diff --git a/PKGBUILD b/PKGBUILD
index a9533663a92b..1a769dbe4478 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Matthias Loibl <mail@matthiasloibl.com>
pkgname=jsonnet-bundler-bin
-pkgver=0.3.0
+pkgver=0.3.1
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=('2eea9cd244dd952d3d2c13a053fefabfb11c7c14950f835ff0e5c46a71b71b54')
package() {
install -Dm 755 "$srcdir/jb-linux-amd64" "$pkgdir/usr/bin/jb"