summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2020-06-01 20:41:54 +0200
committerariasuni2020-06-01 20:41:54 +0200
commit3eb16dfb12584cf37820a2340c0fa13a5ba91eac (patch)
tree56924a110ada048e8171b2525b45b2570c5eb319
parentdf7be23391a5556405d846533f67c251e426cacf (diff)
downloadaur-3eb16dfb12584cf37820a2340c0fa13a5ba91eac.tar.gz
update to 4.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e875d07059b..6c5a6fee8077 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.1
+ pkgver = 4.1.2
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.1/Whalebird-4.1.1-linux-x64.rpm
- sha256sums = e1eb7272f6a32273753454f60a553d002ff0839e7d4aae569884c2096afeee1c
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/4.1.2/Whalebird-4.1.2-linux-x64.rpm
+ sha256sums = 1ef34e4ae3bd84d9ab773729bd4a8c8ad7409545419f7095132e5a9786df20df
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1095df22abf3..1fd48d537b03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=4.1.1
+pkgver=4.1.2
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=('e1eb7272f6a32273753454f60a553d002ff0839e7d4aae569884c2096afeee1c')
+sha256sums=('1ef34e4ae3bd84d9ab773729bd4a8c8ad7409545419f7095132e5a9786df20df')
package() {
mkdir -p "$pkgdir/usr/bin"