summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2019-04-18 12:50:34 -0700
committerSteven Allen2019-04-18 12:50:34 -0700
commit525926e98591bfa30cfa64ddc138aa085f4a0738 (patch)
tree8d432b313c8144ff8b78949a00e6906b67e1135a
parentb7fad64c5c9e9c7b6a796be2ded75689bab021c9 (diff)
downloadaur-525926e98591bfa30cfa64ddc138aa085f4a0738.tar.gz
update to 2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb1903f6e9e2..6bbcb79e9566 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = roll
pkgdesc = A tool to roll a user-defined dice sequence and display the result
- pkgver = 2.4.0
+ pkgver = 2.5.0
pkgrel = 1
url = http://matteocorti.github.io/roll/
arch = i686
arch = x86_64
license = GPL2
depends = glibc
- source = https://github.com/matteocorti/roll/releases/download/v2.4.0/roll-2.4.0.tar.gz
- sha256sums = 1c927908bce0b83477edca60d1da983b9d39646b5ece7574d33d8063422e7d5b
+ source = https://github.com/matteocorti/roll/releases/download/v2.5.0/roll-2.5.0.tar.gz
+ sha256sums = a06b9782225442c71347eaf745e47684a9227d55575e865f503266c06454586c
pkgname = roll
diff --git a/PKGBUILD b/PKGBUILD
index 1ef8ab8b3471..5dc263a32fea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
pkgname=roll
-pkgver=2.4.0
+pkgver=2.5.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=('1c927908bce0b83477edca60d1da983b9d39646b5ece7574d33d8063422e7d5b')
+sha256sums=('a06b9782225442c71347eaf745e47684a9227d55575e865f503266c06454586c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"