summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65f34e46fb52..f9629f28bc54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whalebird-bin
pkgdesc = Electron based multi-platform client for Mastodon, Misskey & Pleroma
- pkgver = 4.4.6
+ pkgver = 4.5.0
pkgrel = 1
url = https://whalebird.org
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = whalebird-bin
depends = libappindicator-gtk3
provides = whalebird
conflicts = whalebird
- source = https://github.com/h3poteto/whalebird-desktop/releases/download/4.4.6/Whalebird-4.4.6-linux-x64.rpm
- sha256sums = 5564949dfc58dd8a9c8da90cf10d53d5466c0b7cb09b734500c8500dc3515793
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/4.5.0/Whalebird-4.5.0-linux-x64.rpm
+ sha256sums = 27d538d1fb2a6044c2ea0819e2cba041adec1fa52b7912750988fa84335348b1
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index 68dba2e5b14e..c34e72a88e2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=whalebird-bin
_name="${pkgname%-bin}"
-pkgver=4.4.6
+pkgver=4.5.0
pkgrel=1
pkgdesc='Electron based multi-platform client for Mastodon, Misskey & Pleroma'
@@ -18,8 +18,9 @@ conflicts=("$_name")
depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3')
-source=("https://github.com/h3poteto/$_name-desktop/releases/download/$pkgver/${_name^}-$pkgver-linux-x64.rpm")
-sha256sums=($(curl -sL https://github.com/h3poteto/$_name-desktop/releases/download/$pkgver/sha256sum.txt | grep ${_name^}-$pkgver-linux-x64.rpm | cut -d\ -f1))
+_url="https://github.com/h3poteto/$_name-desktop/releases/download/$pkgver/${_name^}-$pkgver-linux-x64.rpm"
+source=("$_url")
+sha256sums=("$(curl -sL "$_url.shasum" | grep "${_name^}-$pkgver-linux-x64.rpm" | cut -d\ -f1)")
package() {