Package Details: apifox 2.8.46-2

Git Clone URL: https://aur.archlinux.org/apifox.git (read-only, click to copy)
Package Base: apifox
Description: API documentation, debugging, mocking, and automated testing tool
Upstream URL: https://apifox.com/
Keywords: apifox
Licenses: LicenseRef-Proprietary
Conflicts: api-fox-bin, apifox-appimage, apifox-bin
Submitter: hr567
Maintainer: duanluan
Last Packager: duanluan
Votes: 9
Popularity: 0.000000
First Submitted: 2022-02-08 11:42 (UTC)
Last Updated: 2026-09-08 13:47 (UTC)

Latest Comments

1 2 Next › Last »

brownfox commented on 2025-12-13 09:39 (UTC) (edited on 2025-12-13 09:39 (UTC) by brownfox)

==> Making package: apifox 2.7.47-1 (2025年12月13日 星期六 17时38分18秒)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found apifox-v2.7.47.zip
  -> Found apifox.desktop
  -> Found apifox.svg
==> Validating source files with sha256sums...
    apifox-v2.7.47.zip ... FAILED
    apifox.desktop ... Passed
    apifox.svg ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error making: apifox-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
apifox - exit status 1

总是这个样子。。。

SakuraPuare commented on 2025-05-23 22:17 (UTC) (edited on 2025-05-23 22:17 (UTC) by SakuraPuare)

diff --git a/PKGBUILD b/PKGBUILD
index d4d81ef..aaa3dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ source=(
        "${pkgname}-v${pkgver}.zip::https://file-assets.apifox.com/download/Apifox-linux-latest.zip"
        "apifox.desktop"
        "apifox.svg")
-sha256sums=('3d66417172e912c245e401fe28b1c22f2df12639948465758a0bd03283abda13'
+sha256sums=('6f58b5e714f4a182fc52765584cebfde23ce2611d3286b1b8c881c83e68d4354'
             'e89d2d53ce221c59436b7f1f9e4e9c0f2ccf6f55597df2fd16c419c8de5360a9'
             '48dbd5c9727e568c3f19b45d36851eed15fa875a0ca40e83ec35d4e30ecd350d')
 options=(!strip)

witt.9099 commented on 2024-09-04 10:23 (UTC)

@hr567 请求共同维护

xausky commented on 2024-01-02 11:23 (UTC)

作者要不吧 zip 包的 sha256sum 设置为 SKIP 吧,你 2024-01-02 16:05 更新的,我 2024-01-02 19:21 安装就显示 sha256sum 不匹配了,我怀疑他们服务器下载的时候有动态水印加到 zip 包中

SpecterShell commented on 2022-12-31 15:39 (UTC) (edited on 2022-12-31 15:42 (UTC) by SpecterShell)

可以替换成 https://cdn.apifox.cn/download/latest-linux.yml 内的链接。 如果需要使用该链接进行自动更新,建议在链接后添加 "?noCache=$(随机8位字符串)" 防止CDN缓存干扰。

401Unautorized commented on 2022-11-29 16:04 (UTC)

由于更新时zip文件名无变化,每次都得手动删除掉原来的zip文件,有点麻烦,建议更改source中

"https://cdn.apifox.cn/download/Apifox-linux-latest.zip"

"apifox-v${pkgver}-${pkgrel}.zip::https://cdn.apifox.cn/download/Apifox-linux-latest.zip"

来做出区分