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: 1cf9848928c253fbde266c362d927b79daee5adf

Message: v1.16.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 5046f4a..998ec50 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.15.0
+pkgver = 1.16.0
 url = https://just.systems/
 arch = amd64
 license = CC0-1.0
 makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.15.0/just-1.15.0-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 1e4bed6f63f5f3e99a081336b233a795119e514addcabf8332373efc1b9b3b6f
+source = https://github.com/casey/just/releases/download/1.16.0/just-1.16.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 06bdaeb64cf9077cef7b5ec664b6614850a1271747c10fbc3068b7dca3296ff9
 makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index a96c486..05066bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=just-bin
-pkgver=1.15.0
+pkgver=1.16.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=('1e4bed6f63f5f3e99a081336b233a795119e514addcabf8332373efc1b9b3b6f')
+sha256sums=('06bdaeb64cf9077cef7b5ec664b6614850a1271747c10fbc3068b7dca3296ff9')
 validpgpkeys=()
 
 build() {