summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pugh2020-05-07 21:04:02 +0200
committerMartin Pugh2020-05-07 21:04:02 +0200
commit1d3c04a1ffcdfb5a865798f9d57102049ef7f808 (patch)
treea4a95373071b783aedacb2dcaa2177db81d0ac90
parent9ea30b0e4ee98cba288f294b2ae7e099fdee1982 (diff)
downloadaur-1d3c04a1ffcdfb5a865798f9d57102049ef7f808.tar.gz
update version to v0.7.33
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f4b04087767..4c3b653b07b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = polkadot-bin
pkgdesc = Binary builds of the Polkadot Node Implementation
- pkgver = 0.7.32
+ pkgver = 0.7.33
pkgrel = 1
url = https://github.com/paritytech/polkadot
arch = x86_64
license = GNU
provides = polkadot
- source = https://github.com/paritytech/polkadot/releases/download//v0.7.32/polkadot
- source = https://github.com/paritytech/polkadot/releases/download//v0.7.32/polkadot.asc
- sha256sums = c34d63e5d80994b2123a3a0b7c5a81ce8dc0f257ee72064bf06654c2b93e31c9
- sha256sums = 8f415b6975812b7675479b86f08e2c2935f64096e72daf6234ebc34be4df04f7
+ source = https://github.com/paritytech/polkadot/releases/download//v0.7.33/polkadot
+ source = https://github.com/paritytech/polkadot/releases/download//v0.7.33/polkadot.asc
+ sha256sums = bfb4c0124e26776b850b7f71eebb86500187f08b49b4da63ed411291bb7da03e
+ sha256sums = 26cc33c7832c4320527a66c3d5b85acc9a40a7d4321f124c20e8a81d2a1612f9
pkgname = polkadot-bin
diff --git a/PKGBUILD b/PKGBUILD
index f208597895d1..ac40603b37b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Martin Pugh <martin at parity dot io>
pkgname=polkadot-bin
-pkgver=0.7.32
+pkgver=0.7.33
pkgrel=1
pkgdesc="Binary builds of the Polkadot Node Implementation"
arch=('x86_64')
@@ -15,8 +15,8 @@ source=(
"$_urlbase/v$pkgver/polkadot.asc"
)
sha256sums=(
- "c34d63e5d80994b2123a3a0b7c5a81ce8dc0f257ee72064bf06654c2b93e31c9"
- "8f415b6975812b7675479b86f08e2c2935f64096e72daf6234ebc34be4df04f7"
+ "bfb4c0124e26776b850b7f71eebb86500187f08b49b4da63ed411291bb7da03e"
+ "26cc33c7832c4320527a66c3d5b85acc9a40a7d4321f124c20e8a81d2a1612f9"
)
package(){