summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ddee7b3e254..23d5a1662b36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bunq-desktop-bin
pkgdesc = A desktop implementation for the bunq API
- pkgver = 0.8.11
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/BunqCommunity/BunqDesktop
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = bunq-desktop-bin
provides = bunq-desktop
conflicts = bunq-desktop-git
conflicts = bunq-desktop-src
- source = https://github.com/BunqCommunity/BunqDesktop/releases/download/0.8.11/linux-unpacked.tar.gz
- source = https://github.com/BunqCommunity/BunqDesktop/raw/0.8.11/build/icons/512x512.png
+ source = https://github.com/bunqCommunity/bunqDesktop/releases/download/0.9.0/bunqDesktop-linux-unpacked.tar.gz
+ source = https://github.com/bunqCommunity/bunqDesktop/raw/0.9.0/build/icons/512x512.png
source = bunq-desktop-bin.desktop
- sha256sums = 8f36b98ea79b1323ffe3968c2105a099073700c536ed005868f6c702de5cb68c
+ sha256sums = ad667d0577be3f78677050c6fddf81f039fb7b38ccff1fb5cedbaa6ad0b90945
sha256sums = 580274ac3f60cce7789cdb69afc67b9db43da09b04fd82ad563fdec4337302d1
sha256sums = 1d84f185830733bb38928fcaa33ffc0ba46140f7f116b4d5ad24c93a585a0ffa
diff --git a/PKGBUILD b/PKGBUILD
index e27a5e3473f4..254692e1f2b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# Contributor: Emile Bons
pkgname="bunq-desktop-bin"
-pkgver="0.8.11"
+pkgver="0.9.0"
pkgrel=1
pkgdesc="A desktop implementation for the bunq API"
url="https://github.com/BunqCommunity/BunqDesktop"
@@ -37,13 +37,13 @@ makedepens=(
)
source=(
- "https://github.com/BunqCommunity/BunqDesktop/releases/download/${pkgver}/linux-unpacked.tar.gz"
- "https://github.com/BunqCommunity/BunqDesktop/raw/${pkgver}/build/icons/512x512.png"
+ "https://github.com/bunqCommunity/bunqDesktop/releases/download/${pkgver}/bunqDesktop-linux-unpacked.tar.gz"
+ "https://github.com/bunqCommunity/bunqDesktop/raw/${pkgver}/build/icons/512x512.png"
"$pkgname.desktop"
)
sha256sums=(
- "8f36b98ea79b1323ffe3968c2105a099073700c536ed005868f6c702de5cb68c"
+ "ad667d0577be3f78677050c6fddf81f039fb7b38ccff1fb5cedbaa6ad0b90945"
"580274ac3f60cce7789cdb69afc67b9db43da09b04fd82ad563fdec4337302d1"
"1d84f185830733bb38928fcaa33ffc0ba46140f7f116b4d5ad24c93a585a0ffa"
)