summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-01-08 13:20:18 +0800
committerzxp198210052024-01-08 13:20:18 +0800
commit79272b0cb23810ff5b071e4abafbf747cf38a24e (patch)
tree01866d4180360387e3d2233ff4735c7cd289902c
parent63c6fefe5b6f1b14c47a9aedff90b3cdd9145fe7 (diff)
downloadaur-79272b0cb23810ff5b071e4abafbf747cf38a24e.tar.gz
update to 1.6.2
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8adc3adc72d6..c61ee28935b9 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.1
+ pkgver = 1.6.2
pkgrel = 1
url = https://hoverfly.io
arch = aarch64
arch = i686
arch = x86_64
license = Apache
- provides = hoverfly=1.6.1
+ provides = hoverfly=1.6.2
conflicts = hoverfly
- source_aarch64 = hoverfly-bin-1.6.1-aarch64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.1/hoverfly_bundle_linux_arm64.zip
- sha256sums_aarch64 = 925ac32146b298507cb2839a08dfe2a2aca629ab0e03824142937c727d04b06d
- source_i686 = hoverfly-bin-1.6.1-i686.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.1/hoverfly_bundle_linux_386.zip
- sha256sums_i686 = 2fb4f31d7d5b87accdde34c50874ff71525776aeb5566447c00d9ad097f04151
- source_x86_64 = hoverfly-bin-1.6.1-x86_64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.1/hoverfly_bundle_linux_amd64.zip
- sha256sums_x86_64 = 074677909765c125df2d6e6568879580d4f3be8adbe6d97e18ffe4b5c7ecca1e
+ source_aarch64 = hoverfly-bin-1.6.2-aarch64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.2/hoverfly_bundle_linux_arm64.zip
+ sha256sums_aarch64 = cae4bc8edb387ca0d458b96e13ebd5c29617e28803057ea49c8ed0f3d4903144
+ source_i686 = hoverfly-bin-1.6.2-i686.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.2/hoverfly_bundle_linux_386.zip
+ sha256sums_i686 = 6f3aa91bc5894f9e503629540bfa85a7e910ea6b9e5725c5faefa47042300e13
+ source_x86_64 = hoverfly-bin-1.6.2-x86_64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.2/hoverfly_bundle_linux_amd64.zip
+ sha256sums_x86_64 = 6c53750a0d80637dda4726913f6597944495b4119293602aafcf21e9577edbb7
pkgname = hoverfly-bin
diff --git a/PKGBUILD b/PKGBUILD
index e4f583387bbf..a952ea6ad7ad 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.6.1
+pkgver=1.6.2
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=('925ac32146b298507cb2839a08dfe2a2aca629ab0e03824142937c727d04b06d')
-sha256sums_i686=('2fb4f31d7d5b87accdde34c50874ff71525776aeb5566447c00d9ad097f04151')
-sha256sums_x86_64=('074677909765c125df2d6e6568879580d4f3be8adbe6d97e18ffe4b5c7ecca1e')
+sha256sums_aarch64=('cae4bc8edb387ca0d458b96e13ebd5c29617e28803057ea49c8ed0f3d4903144')
+sha256sums_i686=('6f3aa91bc5894f9e503629540bfa85a7e910ea6b9e5725c5faefa47042300e13')
+sha256sums_x86_64=('6c53750a0d80637dda4726913f6597944495b4119293602aafcf21e9577edbb7')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
install -Dm755 "${srcdir}/hoverctl" -t "${pkgdir}/usr/bin"