summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Trigaux2018-12-17 07:22:23 +0100
committerMartin Trigaux2018-12-17 07:22:23 +0100
commitbc0c3d4bde0d4aaab053eb10a2a84bb362ef6aa8 (patch)
treefc9e3cfa680a84ecd0d3e85744326aed38ab333d
parent92280691a703d2db496cffe9ba5acd8f9a53a13c (diff)
downloadaur-bc0c3d4bde0d4aaab053eb10a2a84bb362ef6aa8.tar.gz
typo in sha256sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b3163e42bf3..ebbd682a1263 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ardor
pkgdesc = The Ardor Reference Software Client for use with the Ardor Blockchain Platform.
pkgver = 2.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.ardorplatform.org
install = ardor.install
arch = any
@@ -10,7 +10,7 @@ pkgbase = ardor
depends = jre8-openjdk
source = https://bitbucket.org/Jelurida/ardor/downloads/ardor-client-2.2.1.zip
source = ardor.service
- sha256sums = 4e6a3075141847252724e13a49d3e8110694a49a08fc22dfd986b53a39f3770d,
+ sha256sums = 4e6a3075141847252724e13a49d3e8110694a49a08fc22dfd986b53a39f3770d
sha256sums = 7b044d914d07f31d97746d9e5438dbcfedcd2e81e8acadb4c96dd315f2ce4862
pkgname = ardor
diff --git a/PKGBUILD b/PKGBUILD
index 141a7087135c..f8aacfdfb2b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Trigaux <me@mart-e.be>
pkgname=ardor
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="The Ardor Reference Software Client for use with the Ardor Blockchain Platform."
arch=()
url="https://www.ardorplatform.org"
@@ -15,7 +15,7 @@ source=(
ardor.service
)
sha256sums=(
- '4e6a3075141847252724e13a49d3e8110694a49a08fc22dfd986b53a39f3770d',
+ '4e6a3075141847252724e13a49d3e8110694a49a08fc22dfd986b53a39f3770d'
'7b044d914d07f31d97746d9e5438dbcfedcd2e81e8acadb4c96dd315f2ce4862'
)