summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteven Allen2018-08-03 14:36:50 -0700
committerSteven Allen2018-08-03 14:36:50 -0700
commitb7fad64c5c9e9c7b6a796be2ded75689bab021c9 (patch)
treebf02816193523b891986db3cf3511a56d7d45134 /PKGBUILD
parent97b84c26a6a35d42760fba4219a45eae6ba9cb98 (diff)
downloadaur-b7fad64c5c9e9c7b6a796be2ded75689bab021c9.tar.gz
update to 2.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fe26d470fa7..1ef8ab8b3471 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
pkgname=roll
-pkgver=2.1.1
+pkgver=2.4.0
pkgrel=1
pkgdesc="A tool to roll a user-defined dice sequence and display the result"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('glibc')
url="http://matteocorti.github.io/roll/"
license=('GPL2')
source=("https://github.com/matteocorti/roll/releases/download/v${pkgver}/roll-${pkgver}.tar.gz")
-sha256sums=('5d499c690d30cbe93dc571eb8e3f11d1505ce4595c8151646777548ef89a7997')
+sha256sums=('1c927908bce0b83477edca60d1da983b9d39646b5ece7574d33d8063422e7d5b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"