summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2021-08-28 11:16:37 +0800
committeryjun2021-08-28 11:16:37 +0800
commit6bc413aa1949ab7bcd006a4e0a97795b3c6f59a3 (patch)
tree8744d9e6a1d2b2c0767efd3ca7a7a0d1dce20e7d
parentf47fe9025ebf93b36407c94e8ba78a5626b7c52e (diff)
downloadaur-6bc413aa1949ab7bcd006a4e0a97795b3c6f59a3.tar.gz
updpkg: apipost-bin 5.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b46f6e0a2397..95b365a3c4d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apipost-bin
pkgdesc = An API debugging and management tool that supports team collaboration and can generate documents directly.
- pkgver = 5.2.5
+ pkgver = 5.4.2
pkgrel = 1
url = https://www.apipost.cn/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = apipost-bin
depends = libxss
provides = apipost
conflicts = apipost
- source = apipost-5.2.5.deb::https://www.apipost.cn/dl.php?client=Linux&arch=x64
- sha256sums = 9031753589dda5ea645f34ed5892713b65e9b16f3174cedb5d6af8958274beb4
+ source = apipost-5.4.2.deb::https://www.apipost.cn/dl.php?client=Linux&arch=x64
+ sha256sums = bb70ce005027e73322371358fe503a18511856c98c4658b2d872c6d594c029e1
pkgname = apipost-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8728b0ff6813..549c68582150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer: yjun <jerrysteve1101 at gmail dot com>
-
pkgname=apipost-bin
_pkgname=${pkgname%-bin}
-pkgver=5.2.5
+pkgver=5.4.2
pkgrel=1
pkgdesc="An API debugging and management tool that supports team collaboration and can generate documents directly."
arch=('x86_64')
@@ -14,7 +13,7 @@ makedepends=('tar')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${_pkgname}-${pkgver}.deb::https://www.apipost.cn/dl.php?client=Linux&arch=x64")
-sha256sums=('9031753589dda5ea645f34ed5892713b65e9b16f3174cedb5d6af8958274beb4')
+sha256sums=('bb70ce005027e73322371358fe503a18511856c98c4658b2d872c6d594c029e1')
package() {
tar -xf data.tar.xz -C ${pkgdir}