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 6fc8ab07d3bf..523f5aa0aa9c 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.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://whalebird.org/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = whalebird-bin
depends = libxss
depends = libxtst
depends = nss
- source = https://github.com/h3poteto/whalebird-desktop/releases/download/3.0.0/Whalebird-3.0.0-linux-x64.rpm
- sha256sums = 3fd537506f16cf144f5cd2107afc20e57c9703f6dd270acba28c828542f0a707
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/3.0.1/Whalebird-3.0.1-linux-x64.rpm
+ sha256sums = ffa2d96a0ebe1f73729e45b86f5b7cbaa282923a1e032305b47cef3d005e682d
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2fd7a00533a6..3c3880f6b67e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=3.0.0
+pkgver=3.0.1
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=(alsa-lib gconf gtk2 libxss libxtst nss)
source=("https://github.com/h3poteto/whalebird-desktop/releases/download/$pkgver/Whalebird-$pkgver-linux-x64.rpm")
-sha256sums=('3fd537506f16cf144f5cd2107afc20e57c9703f6dd270acba28c828542f0a707')
+sha256sums=('ffa2d96a0ebe1f73729e45b86f5b7cbaa282923a1e032305b47cef3d005e682d')
package() {
cp -R opt/ usr/ "$pkgdir"