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: c103b4013e134ae25ff05276790476975c1c7cc5

Message: v1.25.2

Diff


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