diff options
author | timochan | 2024-12-01 19:47:42 +0800 |
---|---|---|
committer | timochan | 2024-12-01 19:47:42 +0800 |
commit | 7a0543476164d052fa515f8d6f72c54b74ba8083 (patch) | |
tree | 042991b23285309d80f04e45c33fb7c1ca0672e3 | |
parent | 09bfbc54244c45fb583868b3b9f1878cbe5c515f (diff) | |
download | aur-7a0543476164d052fa515f8d6f72c54b74ba8083.tar.gz |
update: v0.2.5-beta.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = follow-appimage pkgdesc = 🧡 Next generation information browser - pkgver = 0.2.3_beta.0 + pkgver = 0.2.5_beta.0 pkgrel = 1 url = https://github.com/RSSNext/follow arch = x86_64 @@ -9,10 +9,10 @@ pkgbase = follow-appimage depends = hicolor-icon-theme depends = fuse2 provides = follow - noextract = Follow-0.2.3_beta.0-linux-amd64.AppImage + noextract = Follow-0.2.5_beta.0-linux-amd64.AppImage options = !strip options = !debug - source_x86_64 = Follow-0.2.3_beta.0-linux-amd64.AppImage::https://github.com/RSSNext/follow/releases/download/v0.2.3-beta.0/Follow-0.2.3-beta.0-linux-x64.AppImage - sha256sums_x86_64 = 18c239c8504434867d601a89483ada21a15f6fb506fa4785c02d85add2738445 + source_x86_64 = Follow-0.2.5_beta.0-linux-amd64.AppImage::https://github.com/RSSNext/follow/releases/download/v0.2.5-beta.0/Follow-0.2.5-beta.0-linux-x64.AppImage + sha256sums_x86_64 = f689c08faede22a0399f3f7f9118afa8f13173d3451fb8aec48ffc2b8186cc97 pkgname = follow-appimage @@ -3,7 +3,7 @@ _Pkgname=Follow _disname=Follow major_version=0 minor_version=2 -patch_version=3 +patch_version=5 phase='beta.0' pkgname="${_pkgname}"-appimage @@ -18,7 +18,7 @@ depends=('zlib' 'hicolor-icon-theme' 'fuse2') provides=('follow') source_x86_64=("${_Pkgname}-${major_version}.${minor_version}.${patch_version}_${phase}-linux-amd64.AppImage::https://github.com/RSSNext/follow/releases/download/v${major_version}.${minor_version}.${patch_version}-${phase}/${_Pkgname}-${major_version}.${minor_version}.${patch_version}-${phase}-linux-x64.AppImage") -sha256sums_x86_64=("18c239c8504434867d601a89483ada21a15f6fb506fa4785c02d85add2738445") +sha256sums_x86_64=("f689c08faede22a0399f3f7f9118afa8f13173d3451fb8aec48ffc2b8186cc97") _appimage="${_Pkgname}-${major_version}.${minor_version}.${patch_version}_${phase}-linux-amd64.AppImage" noextract=("${_appimage}") |