summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3935cd0d4d3a..35807ad488e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = whalebird-bin
pkgdesc = An Electron based Mastodon, Pleroma, and Misskey client
- pkgver = 6.0.5
+ pkgver = 6.1.0
pkgrel = 1
url = https://whalebird.social/
arch = x86_64
license = GPL-3.0-only
depends = electron27
- provides = whalebird=6.0.5
+ provides = whalebird=6.1.0
conflicts = whalebird
- source = whalebird-6.0.5.deb::https://github.com/h3poteto/whalebird-desktop/releases/download/v6.0.5/Whalebird-6.0.5-linux-amd64.deb
+ source = whalebird-6.1.0.deb::https://github.com/h3poteto/whalebird-desktop/releases/download/v6.1.0/Whalebird-6.1.0-linux-amd64.deb
source = whalebird.sh
- sha256sums = 78525f2d659e833ec2d41304891213348ade3a213676585dadfef6877c8d9cf8
+ sha256sums = 0981079ba593b8d7b4519b9923f77344da44672f9b847e0c29510cd6bf4ce73a
sha256sums = dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8
pkgname = whalebird-bin
diff --git a/PKGBUILD b/PKGBUILD
index c9ae7a17acda..4d426a71cc98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor : Mélanie Chauvel (ariasuni) <perso@hack-libre.org>
pkgname=whalebird-bin
_pkgname=Whalebird
-pkgver=6.0.5
+pkgver=6.1.0
_electronversion=27
pkgrel=1
pkgdesc="An Electron based Mastodon, Pleroma, and Misskey client"
@@ -21,7 +21,7 @@ source=(
"${pkgname%-bin}-${pkgver}.deb::${_ghurl}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-linux-amd64.deb"
"${pkgname%-bin}.sh"
)
-sha256sums=('78525f2d659e833ec2d41304891213348ade3a213676585dadfef6877c8d9cf8'
+sha256sums=('0981079ba593b8d7b4519b9923f77344da44672f9b847e0c29510cd6bf4ce73a'
'dc0c5ca385ad81a08315a91655c7c064b5bf110eada55e61265633ae198b39f8')
build() {
sed -e "s|@electronversion@|${_electronversion}|g" \