summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Allen2022-07-19 17:41:11 +0000
committerSteven Allen2022-07-19 17:42:44 +0000
commitee9eec18d454ca84babd4373089360e8658d1804 (patch)
tree49d07a291f514498f83a99456a17a3b36044ff7b
parent525926e98591bfa30cfa64ddc138aa085f4a0738 (diff)
downloadaur-ee9eec18d454ca84babd4373089360e8658d1804.tar.gz
update to 2.6.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bbcb79e9566..4cfebf0daf84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = roll
pkgdesc = A tool to roll a user-defined dice sequence and display the result
- pkgver = 2.5.0
+ pkgver = 2.6.1
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.5.0/roll-2.5.0.tar.gz
- sha256sums = a06b9782225442c71347eaf745e47684a9227d55575e865f503266c06454586c
+ source = https://github.com/matteocorti/roll/releases/download/v2.6.1/roll-2.6.1.tar.gz
+ sha256sums = 399bd4958d92f82fb75ff308decb2d482c9a8db80234014f6d42f6513b144179
pkgname = roll
-
diff --git a/PKGBUILD b/PKGBUILD
index 5dc263a32fea..f150aee01993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
pkgname=roll
-pkgver=2.5.0
+pkgver=2.6.1
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=('a06b9782225442c71347eaf745e47684a9227d55575e865f503266c06454586c')
+sha256sums=('399bd4958d92f82fb75ff308decb2d482c9a8db80234014f6d42f6513b144179')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"