summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-09-03 16:53:27 +0200
committerKr1ss2020-09-03 16:53:27 +0200
commita68a5f105111926a9f9e4e2e17ad30497fef75ca (patch)
tree96d555263fbf6ca6f4cfc1a885193b4667a8fe9e
parent7956004ac2696a2f56096adbcc669f7037847c88 (diff)
downloadaur-a68a5f105111926a9f9e4e2e17ad30497fef75ca.tar.gz
update: whalebird-bin 4.2.2-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b56093e13852..ec9c05015564 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whalebird-bin
pkgdesc = Electron based multi-platform client for Mastodon, Misskey & Pleroma
- pkgver = 4.2.1
+ pkgver = 4.2.2
pkgrel = 1
url = https://whalebird.org
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = whalebird-bin
depends = libappindicator-gtk3
provides = whalebird
conflicts = whalebird
- source = https://github.com/h3poteto/whalebird-desktop/releases/download/4.2.1/Whalebird-4.2.1-linux-x64.rpm
- sha256sums = b0b21070b719a16f29c88b66bcea37ac503b6ef3f43a2ce880aa56a4810f6677
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/4.2.2/Whalebird-4.2.2-linux-x64.rpm
+ sha256sums = f3d87e27d8c98d94c9059faea7fc991324a6bc5031b660c82e9838aa74f6ef73
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index 501c9f208805..2d347f5e76ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=whalebird-bin
-pkgver=4.2.1
+pkgver=4.2.2
pkgrel=1
pkgdesc='Electron based multi-platform client for Mastodon, Misskey & Pleroma'
@@ -18,7 +18,7 @@ conflicts=("${pkgname%-bin}")
depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3')
source=("https://github.com/h3poteto/${pkgname%-bin}-desktop/releases/download/$pkgver/Whalebird-$pkgver-linux-x64.rpm")
-sha256sums=('b0b21070b719a16f29c88b66bcea37ac503b6ef3f43a2ce880aa56a4810f6677')
+sha256sums=($(curl -sL https://github.com/h3poteto/${pkgname%-bin}-desktop/releases/download/$pkgver/sha256sum.txt | grep Whalebird-$pkgver-linux-x64.rpm | cut -d\ -f1))
package() {