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: 16ba3bca82f1f2eca3adbeb8c46824d4db9ad346
Message: 1.8.0
diff --git a/.SRCINFO b/.SRCINFO
index d8506dc..7fcd537 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,12 +3,12 @@ pkgname = just-bin
epoch = 1
pkgbase = just-bin
pkgdesc = just is a handy way to save and run project-specific commands.
-pkgrel = 2
-pkgver = 1.6.0
+pkgrel = 1
+pkgver = 1.8.0
url = https://just.systems/
arch = amd64
license = CC0-1.0
makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.6.0/just-1.6.0-x86_64-unknown-linux-musl.tar.gz
-md5sums = 4034c6d1feadd594e075aa39b128bfa6
+source = https://github.com/casey/just/releases/download/1.8.0/just-1.8.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 140986a33c901656375068727da33329f7ffb2b555338cc001c245b68131c349
makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index 171d557..15fb0f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
pkgname=just-bin
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
epoch=1
pkgdesc="just is a handy way to save and run project-specific commands."
arch=(amd64)
@@ -13,8 +13,8 @@ source=(
"https://github.com/casey/just/releases/download/$pkgver/just-$pkgver-x86_64-unknown-linux-musl.tar.gz"
)
noextract=()
-md5sums=(
- "4034c6d1feadd594e075aa39b128bfa6"
+sha256sums=(
+ "140986a33c901656375068727da33329f7ffb2b555338cc001c245b68131c349"
)
validpgpkeys=()