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: 4adb8b9af5b2d756091ce868b9daf102b38997de
Message: v1.38.0
diff --git a/.SRCINFO b/.SRCINFO
index b84dd02..ee1b536 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.37.0
+pkgver = 1.38.0
url = https://just.systems/
arch = amd64
license = CC0-1.0
makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.37.0/just-1.37.0-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 9e301da1a46153b4c9adf9efe20d05361467b5591b1b3cf8880db59a1d019963
+source = https://github.com/casey/just/releases/download/1.38.0/just-1.38.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = c803e67fd7b0af01667bd537197bc3df319938eacf9e8d51a441c71d03035bb5
makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index 68dd3f6..adcb363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=just-bin
-pkgver=1.37.0
+pkgver=1.38.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=('9e301da1a46153b4c9adf9efe20d05361467b5591b1b3cf8880db59a1d019963')
+sha256sums=('c803e67fd7b0af01667bd537197bc3df319938eacf9e8d51a441c71d03035bb5')
validpgpkeys=()
build() {