summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xjac2022-10-19 11:04:10 +0200
committer0xjac2022-10-19 11:04:10 +0200
commitd67bd9e3e2d52ca99b6c30e870f0e01f7392973c (patch)
tree8064cda5f226a5a31daf88545490a1e39b56d8ff
parent20fda142ca7cd216cca300f708b04d31caa356d6 (diff)
downloadaur-d67bd9e3e2d52ca99b6c30e870f0e01f7392973c.tar.gz
relpkg: 1.4.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2b0384e7029..a0a2369bb8ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = alephium-wallet-bin
pkgdesc = The official Alephium desktop wallet.
- pkgver = 1.3.0
+ pkgver = 1.4.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.3.0/alephium-wallet-linux-amd64-1.3.0.deb
- sha256sums_x86_64 = a0d77d4846118d9b8a83228b67a8cae1ea46e3293d51b72f0af301b5d240e018
+ source_x86_64 = https://github.com/alephium/alephium-wallet/releases/download/v1.4.0/alephium-wallet-linux-amd64-1.4.0.deb
+ sha256sums_x86_64 = 76595be840f22d7f908f2922218921b8e1f77c9d3a3640be0dce521c580573c7
pkgname = alephium-wallet-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0a56bc4759bb..58458745346a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=alephium-wallet-bin
pkgdesc="The official Alephium desktop wallet."
-pkgver=1.3.0
+pkgver=1.4.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=('a0d77d4846118d9b8a83228b67a8cae1ea46e3293d51b72f0af301b5d240e018')
+sha256sums_x86_64=('76595be840f22d7f908f2922218921b8e1f77c9d3a3640be0dce521c580573c7')
package() {
tar -xf data.tar.xz -C "$pkgdir"