diff options
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,17 +1,17 @@ pkgbase = follow-bin pkgdesc = 🧡 Next generation information browser.This software is all about allowing you to follow your favorite websites, blogs, social media accounts, podcasts and notifications in one place. (Prebuilt version.Use system-wide electron) - pkgver = 0.2.1_beta.0 + pkgver = 0.2.2_beta.0 pkgrel = 1 url = https://follow.is/ arch = x86_64 license = GPL-3.0-only makedepends = fuse2 depends = electron33 - provides = follow=0.2.1_beta.0 + provides = follow=0.2.2_beta.0 conflicts = follow - source = follow-0.2.1_beta.0.AppImage::https://github.com/RSSNext/follow/releases/download/v0.2.1-beta.0/Follow-0.2.1-beta.0-linux-x64.AppImage + source = follow-0.2.2_beta.0.AppImage::https://github.com/RSSNext/follow/releases/download/v0.2.2-beta.0/Follow-0.2.2-beta.0-linux-x64.AppImage source = follow.sh - sha256sums = 3e8991e273130402567a846583d7f0593eca0c1fab53e460a514076ac78afd91 + sha256sums = d16341eec432021d4977b2dc66f69f2fbc270701b2b88f8f2c60f1d8c25e0b31 sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980 pkgname = follow-bin @@ -2,7 +2,7 @@ # Contributor: Xuanwo pkgname=follow-bin _pkgname=Follow -pkgver=0.2.1_beta.0 +pkgver=0.2.2_beta.0 _electronversion=33 pkgrel=1 pkgdesc="🧡 Next generation information browser.This software is all about allowing you to follow your favorite websites, blogs, social media accounts, podcasts and notifications in one place. (Prebuilt version.Use system-wide electron)" @@ -22,7 +22,7 @@ source=( "${pkgname%-bin}-${pkgver}.AppImage::${_ghurl}/releases/download/v${pkgver//_/-}/${_pkgname}-${pkgver//_/-}-linux-x64.AppImage" "${pkgname%-bin}.sh" ) -sha256sums=('3e8991e273130402567a846583d7f0593eca0c1fab53e460a514076ac78afd91' +sha256sums=('d16341eec432021d4977b2dc66f69f2fbc270701b2b88f8f2c60f1d8c25e0b31' '291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980') build() { sed -e " |