1
0

Bump to 2.1.15

This commit is contained in:
hr567 2022-05-12 21:04:07 +08:00
parent f1b6cdf38d
commit a00aba0751
No known key found for this signature in database
GPG Key ID: 44CA67290D5250EA
3 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = apifox
pkgdesc = API 文档、API 调试、API Mock、API 自动化测试
pkgver = 2.1.6
pkgver = 2.1.15
pkgrel = 1
url = https://www.apifox.cn/
arch = x86_64
@ -17,7 +17,7 @@ pkgbase = apifox
options = !strip
source = https://cdn.apifox.cn/download/Apifox-linux-latest.zip
source = apifox.desktop
sha256sums = 3090f39603fa253399b95f0d376e2e8df5217a06d13236e456bd24d3aee6d332
sha256sums = 20951e47e17acc244fd40dd70f1511727f79cf8fa1640ff7bed920434a1728be
sha256sums = 538bd986b582053799128254b4fcd6edfd51d096b127cf6398555664497d76b0
pkgname = apifox

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
Apifox-linux-latest.zip
*.pkg.tar.gz
pkg/
src/

View File

@ -1,6 +1,6 @@
# Maintainer: hr567 <hr567@hr567.me>
pkgname=apifox
pkgver=2.1.6
pkgver=2.1.15
pkgrel=1
pkgdesc="API 文档、API 调试、API Mock、API 自动化测试"
arch=("x86_64")
@ -11,7 +11,7 @@ source=(
"https://cdn.apifox.cn/download/Apifox-linux-latest.zip"
"apifox.desktop")
sha256sums=(
'3090f39603fa253399b95f0d376e2e8df5217a06d13236e456bd24d3aee6d332'
'20951e47e17acc244fd40dd70f1511727f79cf8fa1640ff7bed920434a1728be'
'538bd986b582053799128254b4fcd6edfd51d096b127cf6398555664497d76b0')
options=(!strip)