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: c09879dde0330d35536b7f0d16cbe2c492d3ecb3
Message: 1.9.0
diff --git a/.SRCINFO b/.SRCINFO
index 7fcd537..8135d35 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.8.0
+pkgver = 1.9.0
url = https://just.systems/
arch = amd64
license = CC0-1.0
makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.8.0/just-1.8.0-x86_64-unknown-linux-musl.tar.gz
-sha256sums = 140986a33c901656375068727da33329f7ffb2b555338cc001c245b68131c349
+source = https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = a7e2349a2d9e0a04466c71924cd7d0744ceedb0a56817322aae6b8ccda889be3
makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index 15fb0f8..70383b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=just-bin
-pkgver=1.8.0
+pkgver=1.9.0
pkgrel=1
epoch=1
pkgdesc="just is a handy way to save and run project-specific commands."
@@ -14,7 +14,7 @@ source=(
)
noextract=()
sha256sums=(
- "140986a33c901656375068727da33329f7ffb2b555338cc001c245b68131c349"
+ "a7e2349a2d9e0a04466c71924cd7d0744ceedb0a56817322aae6b8ccda889be3"
)
validpgpkeys=()