summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pugh2020-11-12 20:03:28 +0100
committerMartin Pugh2020-11-12 20:03:28 +0100
commit60ad29bd4cf9eddc775552602e71786092f87206 (patch)
tree2081fcb69f39408f37620f4e8f8ef84782a23b63
parent4a907452705c2ca0bcd3c5be465477c49d38daf6 (diff)
downloadaur-60ad29bd4cf9eddc775552602e71786092f87206.tar.gz
Update version to v0.8.26
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fd4e5aab8fd..e47641120757 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = polkadot-bin
pkgdesc = Binary builds of the Polkadot Node Implementation
- pkgver = 0.8.24
+ pkgver = 0.8.26
pkgrel = 1
url = https://github.com/paritytech/polkadot
arch = x86_64
license = GPL3
provides = polkadot
conflicts = polkadot
- source = https://github.com/paritytech/polkadot/releases/download/v0.8.24/polkadot
- source = https://github.com/paritytech/polkadot/releases/download/v0.8.24/polkadot.asc
+ source = https://github.com/paritytech/polkadot/releases/download/v0.8.26/polkadot
+ source = https://github.com/paritytech/polkadot/releases/download/v0.8.26/polkadot.asc
validpgpkeys = 9D4B2B6EB8F97156D19669A9FF0812D491B96798
- sha256sums = 8d79d4d7b9654f40340516ab160e1f4ea2c7c0c39493ffc01ba83b9e3c8ab2a0
- sha256sums = 67de1028cedf6c9fe3d1091c4d286bea6f7a0dfac34877f3320761202b702a5e
+ sha256sums = 5a3ffccf1415e0b489f1c8d0b24b4331d4057187a27413d9d6550853cbd8e715
+ sha256sums = 0c7b3e34c6ef1793fe5da93693925795643f4f181c94ec6b4b377c7ba0023368
pkgname = polkadot-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5531d91ba54c..e2e961432eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=polkadot
pkgname=${_appname}-bin
-pkgver=0.8.24
+pkgver=0.8.26
pkgrel=1
pkgdesc="Binary builds of the Polkadot Node Implementation"
arch=('x86_64')
@@ -19,8 +19,8 @@ source=(
)
sha256sums=(
- "8d79d4d7b9654f40340516ab160e1f4ea2c7c0c39493ffc01ba83b9e3c8ab2a0"
- "67de1028cedf6c9fe3d1091c4d286bea6f7a0dfac34877f3320761202b702a5e"
+ "5a3ffccf1415e0b489f1c8d0b24b4331d4057187a27413d9d6550853cbd8e715"
+ "0c7b3e34c6ef1793fe5da93693925795643f4f181c94ec6b4b377c7ba0023368"
)
package(){