summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xjac2022-08-20 22:23:05 +0200
committer0xjac2022-08-20 22:23:05 +0200
commit20fda142ca7cd216cca300f708b04d31caa356d6 (patch)
treeb136b296272cde97e9bfa366e1c208522a4dee14
parentd7275b98e24f8e2a18e028fac70691df2fe1f8a7 (diff)
downloadaur-20fda142ca7cd216cca300f708b04d31caa356d6.tar.gz
relpkg: 1.3.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b98a8650de5..a2b0384e7029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = alephium-wallet-bin
pkgdesc = The official Alephium desktop wallet.
- pkgver = 1.2.0
+ pkgver = 1.3.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.2.0/alephium-wallet-linux-amd64-1.2.0.deb
- sha256sums_x86_64 = 361efee09335084dd4fcf8ad2da7dd4bd6ec70d8a9e6abdf153519de36c5da65
+ source_x86_64 = https://github.com/alephium/alephium-wallet/releases/download/v1.3.0/alephium-wallet-linux-amd64-1.3.0.deb
+ sha256sums_x86_64 = a0d77d4846118d9b8a83228b67a8cae1ea46e3293d51b72f0af301b5d240e018
pkgname = alephium-wallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0b3f0a5dba3f..0a56bc4759bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=alephium-wallet-bin
pkgdesc="The official Alephium desktop wallet."
-pkgver=1.2.0
+pkgver=1.3.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=('cda2ab28d0505d3a1877ac7460db966f4df670be71e626edfbae48e4676b5efc')
+sha256sums_x86_64=('a0d77d4846118d9b8a83228b67a8cae1ea46e3293d51b72f0af301b5d240e018')
package() {
tar -xf data.tar.xz -C "$pkgdir"