Date: Wednesday, January 4, 2023 @ 08:54:46
Author: alerque
Revision: 1375026
upgpkg: just 1.11.0-1
Modified:
just/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-04 08:38:13 UTC (rev 1375025)
+++ PKGBUILD 2023-01-04 08:54:46 UTC (rev 1375026)
@@ -3,7 +3,7 @@
# Contributor: Fredy GarcĂa <frealgagu at gmail dot com>
pkgname=just
-pkgver=1.10.0
+pkgver=1.11.0
pkgrel=1
pkgdesc="A handy way to save and run project-specific commands"
arch=("x86_64")
@@ -12,7 +12,7 @@
depends=("gcc-libs")
makedepends=("cargo")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('a64fdfc1b1797571a9871746d90ed63d5826eff8aebd6c36ccbc5319ae5265e5')
+sha256sums=('53dc7ead8ed943874ad3f511686001b365c574e9135e5ae72d3973d32adf7949')
prepare() {
cd "${pkgname}-${pkgver}"