summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xjac2022-04-13 16:04:53 +0200
committer0xjac2022-04-13 16:04:53 +0200
commitd7275b98e24f8e2a18e028fac70691df2fe1f8a7 (patch)
tree9f56da6d1416e06f979624ab5972619c854ac413
parentc524d04ca33c486e84e7f1ee583b893281744bed (diff)
downloadaur-d7275b98e24f8e2a18e028fac70691df2fe1f8a7.tar.gz
relpkg: v1.2.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59a31937340d..6b98a8650de5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = alephium-wallet-bin
pkgdesc = The official Alephium desktop wallet.
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/alephium/alephium-wallet
arch = x86_64
license = LGPL3
provides = alephium-wallet
conflicts = alephium-wallet
- source_x86_64 = https://github.com/alephium/alephium-wallet/releases/download/v1.1.0/alephium-wallet-linux-amd64-1.1.0.deb
+ source_x86_64 = https://github.com/alephium/alephium-wallet/releases/download/v1.2.0/alephium-wallet-linux-amd64-1.2.0.deb
sha256sums_x86_64 = 361efee09335084dd4fcf8ad2da7dd4bd6ec70d8a9e6abdf153519de36c5da65
pkgname = alephium-wallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9139f516826c..0b3f0a5dba3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=alephium-wallet-bin
pkgdesc="The official Alephium desktop wallet."
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
arch=('x86_64')
url="https://github.com/alephium/alephium-wallet"
@@ -10,7 +10,7 @@ license=('LGPL3')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source_x86_64=("https://github.com/alephium/${pkgname%-bin}/releases/download/v$pkgver/${pkgname%-bin}-linux-amd64-$pkgver.deb")
-sha256sums_x86_64=('361efee09335084dd4fcf8ad2da7dd4bd6ec70d8a9e6abdf153519de36c5da65')
+sha256sums_x86_64=('cda2ab28d0505d3a1877ac7460db966f4df670be71e626edfbae48e4676b5efc')
package() {
tar -xf data.tar.xz -C "$pkgdir"