summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2020-05-13 03:20:24 +0200
committerariasuni2020-05-13 03:20:24 +0200
commitbcf317aab2df4bd1097c8b070657c2bfaafd1cb6 (patch)
treeea429e9782d64771101999a5e93a8be930eb165d
parentc8bd36cc69cdd5a451d098a0375690f61d5c8be9 (diff)
downloadaur-bcf317aab2df4bd1097c8b070657c2bfaafd1cb6.tar.gz
update to 4.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3408227606ea..cf95b86bc00f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whalebird-bin
pkgdesc = An Electron based Mastodon client for Windows, Mac and Linux
- pkgver = 4.0.2
+ pkgver = 4.1.0
pkgrel = 1
url = https://whalebird.org/
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = whalebird-bin
depends = snappy
depends = libnotify
depends = libappindicator-gtk3
- source = https://github.com/h3poteto/whalebird-desktop/releases/download/4.0.2/Whalebird-4.0.2-linux-x64.rpm
- sha256sums = 7329f84b8a1a42f4cbd2c0376542eb46581d51b7dc6b6fd40d811a8f6c1d719d
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/4.1.0/Whalebird-4.1.0-linux-x64.rpm
+ sha256sums = 9f651f33664dd07e869c7f0ab0f3f0ac81a15484cbe521ed197f50bc1a70a06b
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1119b714bb20..628c6ca3b83d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=4.0.2
+pkgver=4.1.0
pkgrel=1
pkgdesc='An Electron based Mastodon client for Windows, Mac and Linux'
arch=(x86_64)
@@ -10,7 +10,7 @@ url='https://whalebird.org/'
license=(MIT)
depends=(c-ares ffmpeg gtk3 http-parser libevent libvpx libxslt libxss minizip nss re2 snappy libnotify libappindicator-gtk3)
source=("https://github.com/h3poteto/whalebird-desktop/releases/download/$pkgver/Whalebird-$pkgver-linux-x64.rpm")
-sha256sums=('7329f84b8a1a42f4cbd2c0376542eb46581d51b7dc6b6fd40d811a8f6c1d719d')
+sha256sums=('9f651f33664dd07e869c7f0ab0f3f0ac81a15484cbe521ed197f50bc1a70a06b')
package() {
mkdir -p "$pkgdir/usr/bin"