Date: Thursday, October 20, 2022 @ 12:56:57
Author: svenstaro
Revision: 1332978
upgpkg: just 1.6.0-1
Modified:
just/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-20 12:33:58 UTC (rev 1332977)
+++ PKGBUILD 2022-10-20 12:56:57 UTC (rev 1332978)
@@ -2,7 +2,7 @@
# Contributor: Fredy GarcĂa <frealgagu at gmail dot com>
pkgname=just
-pkgver=1.5.0
+pkgver=1.6.0
pkgrel=1
pkgdesc="A handy way to save and run project-specific commands"
arch=("x86_64")
@@ -11,7 +11,7 @@
depends=("gcc-libs")
makedepends=("cargo")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('278d25b9df17ca3cf4fba2947b0dd7b51105b4a3a4fe230b4ea8a29432620725')
+sha256sums=('d33e656843bc280795373249f5f23f2d6c87aee9dd970058a1c6257b2843bd9d')
build() {
cd "${pkgname}-${pkgver}"