summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"