summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-07-20 20:12:57 -0500
committerfrealgagu2020-07-20 20:12:57 -0500
commit200b8642ab5035ae8657a9ff0c84fa9300a47bfc (patch)
tree6b7d4184bf5d7c4a5db76c96323284a72edd0a2c
parentc55bdd8b54f59d38455fd4e150610ae588692855 (diff)
downloadaur-200b8642ab5035ae8657a9ff0c84fa9300a47bfc.tar.gz
Upgrading to version 0.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9846e68b0050..e340580af972 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = just
pkgdesc = A handy way to save and run project-specific commands
- pkgver = 0.6.1
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/casey/just
arch = i686
@@ -8,8 +8,8 @@ pkgbase = just
license = custom:CC0
makedepends = cargo
depends = gcc-libs
- source = just-0.6.1.tar.gz::https://github.com/casey/just/archive/v0.6.1.tar.gz
- sha256sums = 3707b202a16bc4541cccb26316bc13b3b3853055c47a7a50e7a0e64dca33062a
+ source = just-0.7.1.tar.gz::https://github.com/casey/just/archive/v0.7.1.tar.gz
+ sha256sums = eb721634a725b24d1c00caa8bc14c2993d5d512a8d040993ada0e4744e180669
pkgname = just
diff --git a/PKGBUILD b/PKGBUILD
index 48853d01149a..b5fccd9924bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
pkgname=just
-pkgver=0.6.1
+pkgver=0.7.1
pkgrel=1
pkgdesc="A handy way to save and run project-specific commands"
arch=("i686" "x86_64")
@@ -10,7 +10,7 @@ license=("custom:CC0")
depends=("gcc-libs")
makedepends=("cargo")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/casey/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=("3707b202a16bc4541cccb26316bc13b3b3853055c47a7a50e7a0e64dca33062a")
+sha256sums=("eb721634a725b24d1c00caa8bc14c2993d5d512a8d040993ada0e4744e180669")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"