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: 9a4a0f66c903e24dbc7dcf9a48eb8c12bc9bbc44

Message: v1.15.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 66efedb..5046f4a 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.14.0
+pkgver = 1.15.0
 url = https://just.systems/
 arch = amd64
 license = CC0-1.0
 makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.14.0/just-1.14.0-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 19848d0282e95f30188305b1bbd5a087793e5c6f27f5ac98207ab256027183df
+source = https://github.com/casey/just/releases/download/1.15.0/just-1.15.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 1e4bed6f63f5f3e99a081336b233a795119e514addcabf8332373efc1b9b3b6f
 makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index 43d4177..a96c486 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=just-bin
-pkgver=1.14.0
+pkgver=1.15.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=('19848d0282e95f30188305b1bbd5a087793e5c6f27f5ac98207ab256027183df')
+sha256sums=('1e4bed6f63f5f3e99a081336b233a795119e514addcabf8332373efc1b9b3b6f')
 validpgpkeys=()
 
 build() {