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: 629cc91a76049cfbab40f25e4c370a63b7b8bf3c

Message: v1.27.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index f9896f2..b928807 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.26.0
+pkgver = 1.27.0
 url = https://just.systems/
 arch = amd64
 license = CC0-1.0
 makedepends = gzip
-source = https://github.com/casey/just/releases/download/1.26.0/just-1.26.0-x86_64-unknown-linux-musl.tar.gz
-sha256sums = be7233b3ebfd5bdda8cae6537c21c839d3d24ecf075f1494a2e67f93539b1e12
+source = https://github.com/casey/just/releases/download/1.27.0/just-1.27.0-x86_64-unknown-linux-musl.tar.gz
+sha256sums = 6cc91651c4dd5e287df8ea7b3087c44120ba95a32ee50497bb071695846ab086
 makedepends = gzip
diff --git a/PKGBUILD b/PKGBUILD
index f335e1e..8c478ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Jonathan Apodaca <jrapodaca@gmail.com>
 pkgname=just-bin
-pkgver=1.26.0
+pkgver=1.27.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=('be7233b3ebfd5bdda8cae6537c21c839d3d24ecf075f1494a2e67f93539b1e12')
+sha256sums=('6cc91651c4dd5e287df8ea7b3087c44120ba95a32ee50497bb071695846ab086')
 validpgpkeys=()
 
 build() {