summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2020-03-24 02:35:17 +0100
committerariasuni2020-03-24 02:35:17 +0100
commitf459e043b847a21cf6adc09c405810ffcf2d9c5c (patch)
tree12569d1db63ea8b2812ba91f8f85903a9d792f89
parent9baa6210f9f4b6375f9f68a585ffb9ba6fe937dd (diff)
downloadaur-f459e043b847a21cf6adc09c405810ffcf2d9c5c.tar.gz
update to 4.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88aa4ede52a5..4375d45cd96a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whalebird-bin
pkgdesc = An Electron based Mastodon client for Windows, Mac and Linux
- pkgver = 3.2.0
+ pkgver = 4.0.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/3.2.0/Whalebird-3.2.0-linux-x64.rpm
- sha256sums = 59f62a2f329fd08cdf517fbcde1016f5d29d2599924d4bef94598aaf1a22dbd6
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/4.0.0/Whalebird-4.0.0-linux-x64.rpm
+ sha256sums = 849a22b97ff0ba68c4b4feb683cdee45249b64182ec27bc0f27b69f3bb1c10aa
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index 41f075200059..d10751fcb05f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=3.2.0
+pkgver=4.0.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=('59f62a2f329fd08cdf517fbcde1016f5d29d2599924d4bef94598aaf1a22dbd6')
+sha256sums=('849a22b97ff0ba68c4b4feb683cdee45249b64182ec27bc0f27b69f3bb1c10aa')
package() {
mkdir -p "$pkgdir/usr/bin"