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: 8dfcbbaf222c62201bde38cab591f38d8fac268c

Message: v1.31.0

Diff


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