summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Loibl2020-05-15 13:05:42 +0200
committerMatthias Loibl2020-05-15 13:05:42 +0200
commit6eff2e6fe506df48a81d313109a255ce24fe67c3 (patch)
tree9bd84d2fc58070b27a972b830ffbd579abf52eb7
parentb6401404b8dd390db2f4a19181526a6ed6fbeae3 (diff)
downloadaur-6eff2e6fe506df48a81d313109a255ce24fe67c3.tar.gz
Release v0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 680e494f706e..c39a97fec9d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = jsonnet-bundler-bin
pkgdesc = jsonnet package manager
- pkgver = 0.3.1
- pkgrel = 2
+ pkgver = 0.4.0
+ pkgrel = 1
url = https://github.com/jsonnet-bundler/jsonnet-bundler
arch = x86_64
license = Apache
- source = jb-v0.3.1::https://github.com/jsonnet-bundler/jsonnet-bundler/releases/download/v0.3.1/jb-linux-amd64
- sha256sums = 2eea9cd244dd952d3d2c13a053fefabfb11c7c14950f835ff0e5c46a71b71b54
+ source = jb-v0.4.0::https://github.com/jsonnet-bundler/jsonnet-bundler/releases/download/v0.4.0/jb-linux-amd64
+ sha256sums = e5499cf0a1fcb247381421cdc3b09cc4e37129fd97dfdf2d53531071c4218292
pkgname = jsonnet-bundler-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1b3a290958ac..8b21b34b4bfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Matthias Loibl <mail@matthiasloibl.com>
pkgname=jsonnet-bundler-bin
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.4.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=('2eea9cd244dd952d3d2c13a053fefabfb11c7c14950f835ff0e5c46a71b71b54')
+sha256sums=('e5499cf0a1fcb247381421cdc3b09cc4e37129fd97dfdf2d53531071c4218292')
package() {
install -Dm 755 "${srcdir}/jb-v${pkgver}" "${pkgdir}/usr/bin/jb"