summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-22 11:10:40 +0800
committerzxp198210052024-04-22 11:10:40 +0800
commitc00863fdef4ee713ba9aef1144e6830161c78317 (patch)
treef0f951dd76e1908fcf061ca043f1cca4f5ce42b2
parent32db0f11113192b40b87a0b76d46d010d485da39 (diff)
downloadaur-c00863fdef4ee713ba9aef1144e6830161c78317.tar.gz
update to 1.9.0
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc694f355bd5..1179b953069e 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.8.0
+ pkgver = 1.9.0
pkgrel = 1
url = https://hoverfly.io
arch = aarch64
arch = i686
arch = x86_64
license = Apache-2.0
- provides = hoverfly=1.8.0
+ provides = hoverfly=1.9.0
conflicts = hoverfly
- 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
+ source_aarch64 = hoverfly-bin-1.9.0-aarch64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.9.0/hoverfly_bundle_linux_arm64.zip
+ sha256sums_aarch64 = 1b8b32400c46df0eab709ac8b9d0dc0a5e97d2771a18277dd73d73bda8d3c5be
+ source_i686 = hoverfly-bin-1.9.0-i686.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.9.0/hoverfly_bundle_linux_386.zip
+ sha256sums_i686 = 70734efe3fef549e18c1b59f670a9b145851047f80f18b450de92c32e2472663
+ source_x86_64 = hoverfly-bin-1.9.0-x86_64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.9.0/hoverfly_bundle_linux_amd64.zip
+ sha256sums_x86_64 = 3f44db63e76384aef47979f5d05a078b60593ed076f07a341ff4007e0042c0b6
pkgname = hoverfly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 721c8e278bce..b722419de4d6 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.8.0
+pkgver=1.9.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=('60f321a59c20c6d4691cfe9bdc02757f8da7eb2bf0de2639c6b23cd2f775427c')
-sha256sums_i686=('b67d77efaab847d2d3b378fa9407986b715c21c83f925acee135edbf86a0bfec')
-sha256sums_x86_64=('0a7729fe9aa4c32ae35631dda5a66eefeecdf0a9bce75024cf9bf3d195f1f6df')
+sha256sums_aarch64=('1b8b32400c46df0eab709ac8b9d0dc0a5e97d2771a18277dd73d73bda8d3c5be')
+sha256sums_i686=('70734efe3fef549e18c1b59f670a9b145851047f80f18b450de92c32e2472663')
+sha256sums_x86_64=('3f44db63e76384aef47979f5d05a078b60593ed076f07a341ff4007e0042c0b6')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
install -Dm755 "${srcdir}/hoverctl" -t "${pkgdir}/usr/bin"