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: 4c993a5dc236c2ef3d0dbac072234a1bb4247112
Message: v1.21.0
diff --git a/.SRCINFO b/.SRCINFO
index 998ec50..e721915 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.16.0
+pkgver = 1.21.0
url = https://just.systems/
arch = amd64
license = CC0-1.0
makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.16.0/just-1.16.0-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 06bdaeb64cf9077cef7b5ec664b6614850a1271747c10fbc3068b7dca3296ff9
+source = https://github.com/casey/just/releases/download/1.21.0/just-1.21.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 3292fd257f2e2dfd4cb0d5650aa5e47d2c99cee1233446378eb45a7b045f3b30
makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index 05066bc..ba18594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=just-bin
-pkgver=1.16.0
+pkgver=1.21.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=('06bdaeb64cf9077cef7b5ec664b6614850a1271747c10fbc3068b7dca3296ff9')
+sha256sums=('3292fd257f2e2dfd4cb0d5650aa5e47d2c99cee1233446378eb45a7b045f3b30')
validpgpkeys=()
build() {