summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7972a02e8ba9..1ce199891637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
pkgname=just
-pkgver=0.3.13
+pkgver=0.4.0
pkgrel=1
pkgdesc="A handy way to save and run project-specific commands"
arch=("i686" "x86_64")
@@ -10,7 +10,7 @@ license=("APACHE" "custom:MIT" "custom:WTFPL")
depends=("gcc-libs")
makedepends=("cargo")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=("802241f8ab0b5f12ec84bf736c165fb1f81a108675223eddbea21834169a05e7")
+sha256sums=("bec26c54f93e1062888212fd5fb0b9359af6fe0f8f0238156b506bf0d20384e7")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"