summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Loibl2020-05-20 17:49:11 +0200
committerMatthias Loibl2020-05-20 17:49:11 +0200
commit66bb46ce058482641eaa3de1193ad895aca4a813 (patch)
tree6382f550e4ba9f506dba973b315c2f48edf6fdd7
parent6eff2e6fe506df48a81d313109a255ce24fe67c3 (diff)
downloadaur-66bb46ce058482641eaa3de1193ad895aca4a813.tar.gz
Update binary for 0.4.0 release
There was a binary that exposed the wrong version, we fixed it and replaced the binary with a fixed one.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c39a97fec9d5..236b22746ee0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = jsonnet-bundler-bin
pkgdesc = jsonnet package manager
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jsonnet-bundler/jsonnet-bundler
arch = x86_64
license = Apache
source = jb-v0.4.0::https://github.com/jsonnet-bundler/jsonnet-bundler/releases/download/v0.4.0/jb-linux-amd64
- sha256sums = e5499cf0a1fcb247381421cdc3b09cc4e37129fd97dfdf2d53531071c4218292
+ sha256sums = 433edab5554a88a0371e11e93080408b225d41c31decf321c02b50d2e44993ce
pkgname = jsonnet-bundler-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8b21b34b4bfa..42f727af0451 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=jsonnet-bundler-bin
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
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=('e5499cf0a1fcb247381421cdc3b09cc4e37129fd97dfdf2d53531071c4218292')
+sha256sums=('433edab5554a88a0371e11e93080408b225d41c31decf321c02b50d2e44993ce')
package() {
install -Dm 755 "${srcdir}/jb-v${pkgver}" "${pkgdir}/usr/bin/jb"