makedeb


just-bin 1:1.36.0-1


just is a handy way to save and run project-specific commands.

Click here to go back to the commit logs for just-bin.

Commit:


Hash: a347e0debd8bcf07c33794dcf2eb00d0324d7e4c

Message: v1.30.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8b214cc..1905592 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.29.1
+pkgver = 1.30.1
 url = https://just.systems/
 arch = amd64
 license = CC0-1.0
 makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.29.1/just-1.29.1-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 42c47bd34b511c43a4d51a13c425c0e0f51e59e20b9f390fbd8838b85ee8db1b
+source = https://github.com/casey/just/releases/download/1.30.1/just-1.30.1-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 7395509ad8c0b4813c1f5d8c33906e419771b0e9ea67858922b2cf2e6379ccbc
 makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index 7ab9f57..e10be3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=just-bin
-pkgver=1.29.1
+pkgver=1.30.1
 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=('42c47bd34b511c43a4d51a13c425c0e0f51e59e20b9f390fbd8838b85ee8db1b')
+sha256sums=('7395509ad8c0b4813c1f5d8c33906e419771b0e9ea67858922b2cf2e6379ccbc')
 validpgpkeys=()
 
 build() {