diff options
author | grtsinry43 | 2025-02-21 22:14:42 +0800 |
---|---|---|
committer | grtsinry43 | 2025-02-21 22:14:42 +0800 |
commit | 3184cc784a6dbcc1334c862d4799686d1e2ceb91 (patch) | |
tree | 33274eacd0cffa2124b2290759e4950755fe01b4 | |
parent | 50b4fe15d3503110b283968000a8910e8fdbf79a (diff) | |
download | aur-3184cc784a6dbcc1334c862d4799686d1e2ceb91.tar.gz |
update: v0.3.6
-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.3.5 + pkgver = 0.3.6 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.3.5-linux-amd64.AppImage + noextract = Follow-0.3.6-linux-amd64.AppImage options = !strip options = !debug - source_x86_64 = Follow-0.3.5-linux-amd64.AppImage::https://github.com/RSSNext/follow/releases/download/v0.3.5/Follow-0.3.5-linux-x64.AppImage - sha256sums_x86_64 = 8270cb911906f292a8bc3e6dd8a9eefa07bb2a06b958ec7eb3ae39edc1212158 + source_x86_64 = Follow-0.3.6-linux-amd64.AppImage::https://github.com/RSSNext/follow/releases/download/v0.3.6/Follow-0.3.6-linux-x64.AppImage + sha256sums_x86_64 = 36963c92e18afd12714ca03c27f9f7b8803a5c383a5f1e0774befc09dd5c654b pkgname = follow-appimage @@ -3,7 +3,7 @@ _Pkgname=Follow _disname=Follow major_version=0 minor_version=3 -patch_version=5 +patch_version=6 # 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}-linux-amd64.AppImage::https://github.com/RSSNext/follow/releases/download/v${major_version}.${minor_version}.${patch_version}/${_Pkgname}-${major_version}.${minor_version}.${patch_version}-linux-x64.AppImage") -sha256sums_x86_64=("8270cb911906f292a8bc3e6dd8a9eefa07bb2a06b958ec7eb3ae39edc1212158") +sha256sums_x86_64=("36963c92e18afd12714ca03c27f9f7b8803a5c383a5f1e0774befc09dd5c654b") _appimage="${_Pkgname}-${major_version}.${minor_version}.${patch_version}-linux-amd64.AppImage" noextract=("${_appimage}") |