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

Message: v1.29.1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 5aebf98..8b214cc 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.29.0
+pkgver = 1.29.1
 url = https://just.systems/
 arch = amd64
 license = CC0-1.0
 makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.29.0/just-1.29.0-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 34a059a0cde8a801ae518a7ca7271fc65709110eebbe23ba768760bf0a0eb66a
+source = https://github.com/casey/just/releases/download/1.29.1/just-1.29.1-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 42c47bd34b511c43a4d51a13c425c0e0f51e59e20b9f390fbd8838b85ee8db1b
 makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index 48811ea..7ab9f57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=just-bin
-pkgver=1.29.0
+pkgver=1.29.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=('34a059a0cde8a801ae518a7ca7271fc65709110eebbe23ba768760bf0a0eb66a')
+sha256sums=('42c47bd34b511c43a4d51a13c425c0e0f51e59e20b9f390fbd8838b85ee8db1b')
 validpgpkeys=()
 
 build() {