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 5a33342bc144..7972a02e8ba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
pkgname=just
-pkgver=0.3.12
+pkgver=0.3.13
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=("e5ca71efd19db8f157131cddb14d75ba161851e79e1cc9fc709e2c674d2c943b")
+sha256sums=("802241f8ab0b5f12ec84bf736c165fb1f81a108675223eddbea21834169a05e7")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"