summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-08-29 18:55:15 -0500
committerfrealgagu2020-08-29 18:55:15 -0500
commita273d9271898d872f8af461d341bb0bdf8a36fd8 (patch)
tree79185f246224926bccd53a9b5c98c29f290c78f4
parent200b8642ab5035ae8657a9ff0c84fa9300a47bfc (diff)
downloadaur-a273d9271898d872f8af461d341bb0bdf8a36fd8.tar.gz
Upgrading to version 0.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e340580af972..e89bfaa28d56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = just
pkgdesc = A handy way to save and run project-specific commands
- pkgver = 0.7.1
+ pkgver = 0.7.2
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.7.1.tar.gz::https://github.com/casey/just/archive/v0.7.1.tar.gz
- sha256sums = eb721634a725b24d1c00caa8bc14c2993d5d512a8d040993ada0e4744e180669
+ source = just-0.7.2.tar.gz::https://github.com/casey/just/archive/v0.7.2.tar.gz
+ sha256sums = 85c2992bc0c24940842db8006aca8d0ae5f487a60133212066d5da57bdde6ea2
pkgname = just
diff --git a/PKGBUILD b/PKGBUILD
index b5fccd9924bb..8b352e10c94a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
pkgname=just
-pkgver=0.7.1
+pkgver=0.7.2
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=("eb721634a725b24d1c00caa8bc14c2993d5d512a8d040993ada0e4744e180669")
+sha256sums=("85c2992bc0c24940842db8006aca8d0ae5f487a60133212066d5da57bdde6ea2")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"