summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2020-06-18 00:15:51 +0200
committerariasuni2020-06-18 00:15:51 +0200
commit74baa2c5ddebb28d7c3c865b0e8df87f38be4165 (patch)
treeeaa3fa3dc8b64c668d7a14d4fd04b3daee511109
parent3eb16dfb12584cf37820a2340c0fa13a5ba91eac (diff)
downloadaur-74baa2c5ddebb28d7c3c865b0e8df87f38be4165.tar.gz
update to 4.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c5a6fee8077..657ca31fd479 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.1.2
+ pkgver = 4.1.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/4.1.2/Whalebird-4.1.2-linux-x64.rpm
- sha256sums = 1ef34e4ae3bd84d9ab773729bd4a8c8ad7409545419f7095132e5a9786df20df
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/4.1.3/Whalebird-4.1.3-linux-x64.rpm
+ sha256sums = a661273879bbdded3b33e7d29dcc97b1eac87eaa8be72a372eb2128f7b69db40
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1fd48d537b03..573984bf1da5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=4.1.2
+pkgver=4.1.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=('1ef34e4ae3bd84d9ab773729bd4a8c8ad7409545419f7095132e5a9786df20df')
+sha256sums=('a661273879bbdded3b33e7d29dcc97b1eac87eaa8be72a372eb2128f7b69db40')
package() {
mkdir -p "$pkgdir/usr/bin"