summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-02-28 09:06:25 +0800
committerzxp198210052024-02-28 09:06:25 +0800
commit14bed43517bf4272111327cb6b7b143ea0700839 (patch)
treee10ef3cf56a97c026c20c19deee25166aa04f4bb
parent5ad16c9fd8b7d257df1ef89105935d49e820ce53 (diff)
downloadaur-14bed43517bf4272111327cb6b7b143ea0700839.tar.gz
update to 1.7.0
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18422f4f1839..4f5d738fd92c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = hoverfly-bin
pkgdesc = Lightweight service virtualization/API simulation tool for developers and testers
- pkgver = 1.6.3
- pkgrel = 2
+ pkgver = 1.7.0
+ pkgrel = 1
url = https://hoverfly.io
arch = aarch64
arch = i686
arch = x86_64
license = Apache-2.0
- provides = hoverfly=1.6.3
+ provides = hoverfly=1.7.0
conflicts = hoverfly
- source_aarch64 = hoverfly-bin-1.6.3-aarch64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.3/hoverfly_bundle_linux_arm64.zip
- sha256sums_aarch64 = 6c3d2f76db8e5f2f8f8651dba5ab4a0eae763841616d41a31da5de3cd7bf7762
- source_i686 = hoverfly-bin-1.6.3-i686.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.3/hoverfly_bundle_linux_386.zip
- sha256sums_i686 = 527112d6d704c4a077b986af90d0a04bb68f38c44bef27e93dc2ce48df8a1180
- source_x86_64 = hoverfly-bin-1.6.3-x86_64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.3/hoverfly_bundle_linux_amd64.zip
- sha256sums_x86_64 = b57bedbe3ad56b3a81dffcc0574e4df708343cceea686566a32321e9d43ab85a
+ source_aarch64 = hoverfly-bin-1.7.0-aarch64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.7.0/hoverfly_bundle_linux_arm64.zip
+ sha256sums_aarch64 = 26db7d2a4adfd4e8f4a7890e3b5667c7f75255ecd4fd0eff0080bbe430a68c81
+ source_i686 = hoverfly-bin-1.7.0-i686.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.7.0/hoverfly_bundle_linux_386.zip
+ sha256sums_i686 = 7bda816ecd4bc3d2eb684dbb9f1851612ba6e9fcc588a45a829b159b931b91f8
+ source_x86_64 = hoverfly-bin-1.7.0-x86_64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.7.0/hoverfly_bundle_linux_amd64.zip
+ sha256sums_x86_64 = 8e662438f712488464e6371c77727020989c8b917b6c94af8f64cccff3207d88
pkgname = hoverfly-bin
diff --git a/PKGBUILD b/PKGBUILD
index ebe92d056f0e..1db39922d39b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=hoverfly-bin
-pkgver=1.6.3
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
pkgdesc="Lightweight service virtualization/API simulation tool for developers and testers"
arch=(
'aarch64'
@@ -17,9 +17,9 @@ conflicts=("${pkgname%-bin}")
source_aarch64=("${pkgname}-${pkgver}-aarch64.zip::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}_bundle_linux_arm64.zip")
source_i686=("${pkgname}-${pkgver}-i686.zip::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}_bundle_linux_386.zip")
source_x86_64=("${pkgname}-${pkgver}-x86_64.zip::${_ghurl}/releases/download/v${pkgver}/${pkgname%-bin}_bundle_linux_amd64.zip")
-sha256sums_aarch64=('6c3d2f76db8e5f2f8f8651dba5ab4a0eae763841616d41a31da5de3cd7bf7762')
-sha256sums_i686=('527112d6d704c4a077b986af90d0a04bb68f38c44bef27e93dc2ce48df8a1180')
-sha256sums_x86_64=('b57bedbe3ad56b3a81dffcc0574e4df708343cceea686566a32321e9d43ab85a')
+sha256sums_aarch64=('26db7d2a4adfd4e8f4a7890e3b5667c7f75255ecd4fd0eff0080bbe430a68c81')
+sha256sums_i686=('7bda816ecd4bc3d2eb684dbb9f1851612ba6e9fcc588a45a829b159b931b91f8')
+sha256sums_x86_64=('8e662438f712488464e6371c77727020989c8b917b6c94af8f64cccff3207d88')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
install -Dm755 "${srcdir}/hoverctl" -t "${pkgdir}/usr/bin"