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: 1233deb1bab20b3e7b427d7cf823917302d1cf4e

Message: v1.23.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index a7fe5b6..266bc0c 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.22.1
+pkgver = 1.23.0
 url = https://just.systems/
 arch = amd64
 license = CC0-1.0
 makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.22.1/just-1.22.1-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 0453edb7fcd7314f54c06ad332cd2a2c6196c9652e856919ff4c3fe6bef931c5
+source = https://github.com/casey/just/releases/download/1.23.0/just-1.23.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 8d8bce1af9c9dd618369302755c66cc940999ff42c3a3e66692cf56c235dd9e2
 makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index 2a5b799..f45e64a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=just-bin
-pkgver=1.22.1
+pkgver=1.23.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=('0453edb7fcd7314f54c06ad332cd2a2c6196c9652e856919ff4c3fe6bef931c5')
+sha256sums=('8d8bce1af9c9dd618369302755c66cc940999ff42c3a3e66692cf56c235dd9e2')
 validpgpkeys=()
 
 build() {