summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84b62b88c399..5b40751bf711 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.0.2
+ pkgver = 3.0.3
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.0.2/Whalebird-3.0.2-linux-x64.rpm
- sha256sums = 4662d78cddc864c4792cf31bb340bbc774f55f27022d2b839d030efec7fa7fd7
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/3.0.3/Whalebird-3.0.3-linux-x64.rpm
+ sha256sums = cab4c85b9760f16bdd88d98a359538894a50e71119d0eda45c0a564072495da8
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4b290703ad08..b8b56f1877d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=3.0.2
+pkgver=3.0.3
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=('4662d78cddc864c4792cf31bb340bbc774f55f27022d2b839d030efec7fa7fd7')
+sha256sums=('cab4c85b9760f16bdd88d98a359538894a50e71119d0eda45c0a564072495da8')
package() {
cp -R opt/ usr/ "$pkgdir"