makedeb
just is a handy way to save and run project-specific commands.
Click here to go back to the commit logs for just-bin.
Hash: dea3528a502ead27a8cc985cde1a310653582194
Message: v1.34.0
diff --git a/.SRCINFO b/.SRCINFO
index 240856a..cab828e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,11 +4,11 @@ epoch = 1
pkgbase = just-bin
pkgdesc = just is a handy way to save and run project-specific commands.
pkgrel = 1
-pkgver = 1.32.0
+pkgver = 1.34.0
url = https://just.systems/
arch = amd64
license = CC0-1.0
makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.32.0/just-1.32.0-x86_64-unknown-linux-musl.tar.gz
-sha256sums = a678f6b82c6643055899bcc7cc4fb168d9d24bd65833dfd0a6ad5b8e65c25003
+source = https://github.com/casey/just/releases/download/1.34.0/just-1.34.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 42df46f7ce727bdb2c3b5357017d885bd2033e8dbb154ca8e8f229e75093aeca
makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index b09aa20..05c7caa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=just-bin
-pkgver=1.32.0
+pkgver=1.34.0
pkgrel=1
epoch=1
pkgdesc="just is a handy way to save and run project-specific commands."
@@ -13,7 +13,7 @@ makedepends=(gzip)
source=(
"https://github.com/casey/just/releases/download/$pkgver/just-$pkgver-x86_64-unknown-linux-musl.tar.gz"
)
-sha256sums=('a678f6b82c6643055899bcc7cc4fb168d9d24bd65833dfd0a6ad5b8e65c25003')
+sha256sums=('42df46f7ce727bdb2c3b5357017d885bd2033e8dbb154ca8e8f229e75093aeca')
validpgpkeys=()
build() {