makedeb


just-bin 1:1.32.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: 8e3955ca45d458fbab2df1d8d1f06b2dce8bb41f

Message: v1.26.0

Diff


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