summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-10-13 20:40:09 -0500
committerfrealgagu2020-10-13 20:40:09 -0500
commit95978c61af00c424912c137ca0b5428a59accd71 (patch)
tree597dc454aeae6da52c866330466243aa51ab927a
parent17fc47374ce09fd9b3ce03411489b206d935c58f (diff)
downloadaur-95978c61af00c424912c137ca0b5428a59accd71.tar.gz
Upgrading to version 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee73e43cc562..315c3a7eae0a 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.3
+ pkgver = 0.8.0
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.3.tar.gz::https://github.com/casey/just/archive/v0.7.3.tar.gz
- sha256sums = f910f73d2d53d437b99bc6541928aa7ac2332e4a17ed9f6016be42105b2f12c1
+ source = just-0.8.0.tar.gz::https://github.com/casey/just/archive/v0.8.0.tar.gz
+ sha256sums = 624cf1681cf7df8e50b70f37b29e4194cf4ad7327a335fcdf94dd83b19e45a2b
pkgname = just
diff --git a/PKGBUILD b/PKGBUILD
index 316970c23bae..363ae918f5a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
pkgname=just
-pkgver=0.7.3
+pkgver=0.8.0
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=("f910f73d2d53d437b99bc6541928aa7ac2332e4a17ed9f6016be42105b2f12c1")
+sha256sums=("624cf1681cf7df8e50b70f37b29e4194cf4ad7327a335fcdf94dd83b19e45a2b")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"