makedeb


just-bin 1:1.25.2-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: d74661acdc62e19a51b7abb6baf4955fa1c2164a

Message: v1.22.1

Diff


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