Date: Thursday, October 27, 2022 @ 07:27:22
Author: svenstaro
Revision: 1338040
upgpkg: just 1.7.0-1
Modified:
just/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-27 06:14:56 UTC (rev 1338039)
+++ PKGBUILD 2022-10-27 07:27:22 UTC (rev 1338040)
@@ -2,7 +2,7 @@
# Contributor: Fredy GarcĂa <frealgagu at gmail dot com>
pkgname=just
-pkgver=1.6.0
+pkgver=1.7.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=('d33e656843bc280795373249f5f23f2d6c87aee9dd970058a1c6257b2843bd9d')
+sha256sums=('64e3efa2ef30d41ec896d4accaa1ebf6c331a787447bf8e37c53bb0ada02359f')
build() {
cd "${pkgname}-${pkgver}"