summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2020-10-18 00:34:34 -0500
committerfrealgagu2020-10-18 00:34:34 -0500
commit21be4fb7f4447da9608406b4f5e18cf4b2ae0a91 (patch)
tree3ce08271dd62950e59c327e55f2eb2e1f711ed9b
parent95978c61af00c424912c137ca0b5428a59accd71 (diff)
downloadaur-21be4fb7f4447da9608406b4f5e18cf4b2ae0a91.tar.gz
Upgrading to version 0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 315c3a7eae0a..f0bc37783ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = just
pkgdesc = A handy way to save and run project-specific commands
- pkgver = 0.8.0
+ pkgver = 0.8.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.8.0.tar.gz::https://github.com/casey/just/archive/v0.8.0.tar.gz
- sha256sums = 624cf1681cf7df8e50b70f37b29e4194cf4ad7327a335fcdf94dd83b19e45a2b
+ source = just-0.8.1.tar.gz::https://github.com/casey/just/archive/v0.8.1.tar.gz
+ sha256sums = aaa9feb2bb52a0667dfea0019059d884c249d519f27e507c0e9a02b83cbfb321
pkgname = just
diff --git a/PKGBUILD b/PKGBUILD
index 363ae918f5a9..ee946f2e9e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
pkgname=just
-pkgver=0.8.0
+pkgver=0.8.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=("624cf1681cf7df8e50b70f37b29e4194cf4ad7327a335fcdf94dd83b19e45a2b")
+sha256sums=("aaa9feb2bb52a0667dfea0019059d884c249d519f27e507c0e9a02b83cbfb321")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"