summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-03-12 09:54:51 +0800
committerzxp198210052024-03-12 09:54:51 +0800
commit32db0f11113192b40b87a0b76d46d010d485da39 (patch)
treec836c7a852606dc1ebc0f618407b9a74346e439c
parent14bed43517bf4272111327cb6b7b143ea0700839 (diff)
downloadaur-32db0f11113192b40b87a0b76d46d010d485da39.tar.gz
update to 1.8.0
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f5d738fd92c..cc694f355bd5 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.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://hoverfly.io
arch = aarch64
arch = i686
arch = x86_64
license = Apache-2.0
- provides = hoverfly=1.7.0
+ provides = hoverfly=1.8.0
conflicts = hoverfly
- 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
+ source_aarch64 = hoverfly-bin-1.8.0-aarch64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.8.0/hoverfly_bundle_linux_arm64.zip
+ sha256sums_aarch64 = 60f321a59c20c6d4691cfe9bdc02757f8da7eb2bf0de2639c6b23cd2f775427c
+ source_i686 = hoverfly-bin-1.8.0-i686.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.8.0/hoverfly_bundle_linux_386.zip
+ sha256sums_i686 = b67d77efaab847d2d3b378fa9407986b715c21c83f925acee135edbf86a0bfec
+ source_x86_64 = hoverfly-bin-1.8.0-x86_64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.8.0/hoverfly_bundle_linux_amd64.zip
+ sha256sums_x86_64 = 0a7729fe9aa4c32ae35631dda5a66eefeecdf0a9bce75024cf9bf3d195f1f6df
pkgname = hoverfly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1db39922d39b..721c8e278bce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=hoverfly-bin
-pkgver=1.7.0
+pkgver=1.8.0
pkgrel=1
pkgdesc="Lightweight service virtualization/API simulation tool for developers and testers"
arch=(
@@ -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=('26db7d2a4adfd4e8f4a7890e3b5667c7f75255ecd4fd0eff0080bbe430a68c81')
-sha256sums_i686=('7bda816ecd4bc3d2eb684dbb9f1851612ba6e9fcc588a45a829b159b931b91f8')
-sha256sums_x86_64=('8e662438f712488464e6371c77727020989c8b917b6c94af8f64cccff3207d88')
+sha256sums_aarch64=('60f321a59c20c6d4691cfe9bdc02757f8da7eb2bf0de2639c6b23cd2f775427c')
+sha256sums_i686=('b67d77efaab847d2d3b378fa9407986b715c21c83f925acee135edbf86a0bfec')
+sha256sums_x86_64=('0a7729fe9aa4c32ae35631dda5a66eefeecdf0a9bce75024cf9bf3d195f1f6df')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
install -Dm755 "${srcdir}/hoverctl" -t "${pkgdir}/usr/bin"