makedeb
just is a handy way to save and run project-specific commands.
Click here to go back to the commit logs for just-bin.
Hash: 4b3907a0e06ae1de617b0722fb57861d991de56f
Message: v1.29.0
diff --git a/.SRCINFO b/.SRCINFO
index 143c56e..5aebf98 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.28.0
+pkgver = 1.29.0
url = https://just.systems/
arch = amd64
license = CC0-1.0
makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.28.0/just-1.28.0-x86_64-unknown-linux-musl.tar.gz
-sha256sums = a99cc9115c274af56355f87b979c0ac109eb250b0c8cf24375231c4e679f735f
+source = https://github.com/casey/just/releases/download/1.29.0/just-1.29.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 34a059a0cde8a801ae518a7ca7271fc65709110eebbe23ba768760bf0a0eb66a
makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index 387971c..48811ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=just-bin
-pkgver=1.28.0
+pkgver=1.29.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=('a99cc9115c274af56355f87b979c0ac109eb250b0c8cf24375231c4e679f735f')
+sha256sums=('34a059a0cde8a801ae518a7ca7271fc65709110eebbe23ba768760bf0a0eb66a')
validpgpkeys=()
build() {