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: c16b67c433c3ea2b15f067c6ba52d5e8af2af82d
Message: Update to 1.10.0
diff --git a/.SRCINFO b/.SRCINFO
index 8135d35..68c1f13 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.9.0
+pkgver = 1.10.0
url = https://just.systems/
arch = amd64
license = CC0-1.0
makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.9.0/just-1.9.0-x86_64-unknown-linux-musl.tar.gz
-sha256sums = a7e2349a2d9e0a04466c71924cd7d0744ceedb0a56817322aae6b8ccda889be3
+source = https://github.com/casey/just/releases/download/1.10.0/just-1.10.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 388fef161a2d178cc4165fb2d096aafb87248742edbd35cc8cc0de431d4c0a95
makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index 70383b3..0fab99a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=just-bin
-pkgver=1.9.0
+pkgver=1.10.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=(
- "a7e2349a2d9e0a04466c71924cd7d0744ceedb0a56817322aae6b8ccda889be3"
+ "388fef161a2d178cc4165fb2d096aafb87248742edbd35cc8cc0de431d4c0a95"
)
validpgpkeys=()