diff options
author | zxp19821005 | 2024-11-21 17:02:31 +0800 |
---|---|---|
committer | zxp19821005 | 2024-11-21 17:02:31 +0800 |
commit | f05ae852d2d89ffed7e88b86d097ccbb443dc9f5 (patch) | |
tree | 670f41189881c6420c58030ec0b91386d8cf41fc | |
parent | 6aae614eab214757c82ca84a0ed00b9e0b5d88b3 (diff) | |
download | aur-f05ae852d2d89ffed7e88b86d097ccbb443dc9f5.tar.gz |
update to 0.2.3_beta.0
-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.2_beta.0 + pkgver = 0.2.3_beta.0 pkgrel = 1 url = https://follow.is/ arch = x86_64 license = GPL-3.0-only makedepends = fuse2 depends = electron33 - provides = follow=0.2.2_beta.0 + provides = follow=0.2.3_beta.0 conflicts = follow - 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-0.2.3_beta.0.AppImage::https://github.com/RSSNext/follow/releases/download/v0.2.3-beta.0/Follow-0.2.3-beta.0-linux-x64.AppImage source = follow.sh - sha256sums = d16341eec432021d4977b2dc66f69f2fbc270701b2b88f8f2c60f1d8c25e0b31 + sha256sums = 18c239c8504434867d601a89483ada21a15f6fb506fa4785c02d85add2738445 sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980 pkgname = follow-bin @@ -2,7 +2,7 @@ # Contributor: Xuanwo pkgname=follow-bin _pkgname=Follow -pkgver=0.2.2_beta.0 +pkgver=0.2.3_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=('d16341eec432021d4977b2dc66f69f2fbc270701b2b88f8f2c60f1d8c25e0b31' +sha256sums=('18c239c8504434867d601a89483ada21a15f6fb506fa4785c02d85add2738445' '291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980') build() { sed -e " |