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: 51e1a4af04dbc5768a67d9901ba592cd93b8bce6

Message: v1.14.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 53f2523..66efedb 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.13.0
+pkgrel = 1
+pkgver = 1.14.0
 url = https://just.systems/
 arch = amd64
 license = CC0-1.0
 makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.13.0/just-1.13.0-x86_64-unknown-linux-musl.tar.gz
-sha256sums = f76fce93a71686f6aa6b2db1a39184e736f9ac8248c0489e003c617b49eb2676
+source = https://github.com/casey/just/releases/download/1.14.0/just-1.14.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 19848d0282e95f30188305b1bbd5a087793e5c6f27f5ac98207ab256027183df
 makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index 723ccab..43d4177 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=just-bin
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.14.0
+pkgrel=1
 epoch=1
 pkgdesc="just is a handy way to save and run project-specific commands."
 arch=(amd64)
@@ -13,9 +13,7 @@ makedepends=(gzip)
 source=(
   "https://github.com/casey/just/releases/download/$pkgver/just-$pkgver-x86_64-unknown-linux-musl.tar.gz"
 )
-sha256sums=(
-  "f76fce93a71686f6aa6b2db1a39184e736f9ac8248c0489e003c617b49eb2676"
-)
+sha256sums=('19848d0282e95f30188305b1bbd5a087793e5c6f27f5ac98207ab256027183df')
 validpgpkeys=()
 
 build() {