summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorariasuni2019-07-12 05:15:20 +0200
committerariasuni2019-07-12 05:15:20 +0200
commit3053d061144c9285a37a1f53902a444114481081 (patch)
treed43684f04d4dfa5abc01b6094f7a24f0945b25d7
parentaa9ca50bbbfd28526738704117f4d6a3a62b71d3 (diff)
downloadaur-3053d061144c9285a37a1f53902a444114481081.tar.gz
update to 2.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 095df9de04b9..47eba2ced0d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whalebird-bin
pkgdesc = An Electron based Mastodon client for Windows, Mac and Linux
- pkgver = 2.7.5
+ pkgver = 2.8.0
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/2.7.5/Whalebird-2.7.5-linux-x64.rpm
- sha256sums = bade3110c6bd03e050133abe0cd5436c4880c250fbc906c5112736aae3743c1f
+ source = https://github.com/h3poteto/whalebird-desktop/releases/download/2.8.0/Whalebird-2.8.0-linux-x64.rpm
+ sha256sums = aed11e68b79362af42644e84cfd85c94611b8e8be2cc309f6108d5e18cd598ba
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index bce737152d10..286b995b3259 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=whalebird
pkgname="$_appname-bin"
-pkgver=2.7.5
+pkgver=2.8.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=(alsa-lib gconf gtk2 libxss libxtst nss)
source=("https://github.com/h3poteto/whalebird-desktop/releases/download/$pkgver/Whalebird-$pkgver-linux-x64.rpm")
-sha256sums=('bade3110c6bd03e050133abe0cd5436c4880c250fbc906c5112736aae3743c1f')
+sha256sums=('aed11e68b79362af42644e84cfd85c94611b8e8be2cc309f6108d5e18cd598ba')
package() {
cp -R opt/ usr/ $pkgdir