summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-01-15 12:32:34 +0800
committerzxp198210052024-01-15 12:32:34 +0800
commit328586909d70ad1cadda26753d39b91b65d8faac (patch)
treebe00c5da0ef4f02f720ff20a6738b70a33460b81
parent79272b0cb23810ff5b071e4abafbf747cf38a24e (diff)
downloadaur-328586909d70ad1cadda26753d39b91b65d8faac.tar.gz
update to 1.6.3
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c61ee28935b9..c8fc26c37821 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.2
+ pkgver = 1.6.3
pkgrel = 1
url = https://hoverfly.io
arch = aarch64
arch = i686
arch = x86_64
license = Apache
- provides = hoverfly=1.6.2
+ provides = hoverfly=1.6.3
conflicts = hoverfly
- 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
+ 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
pkgname = hoverfly-bin
diff --git a/PKGBUILD b/PKGBUILD
index a952ea6ad7ad..0167f2ae227c 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.2
+pkgver=1.6.3
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=('cae4bc8edb387ca0d458b96e13ebd5c29617e28803057ea49c8ed0f3d4903144')
-sha256sums_i686=('6f3aa91bc5894f9e503629540bfa85a7e910ea6b9e5725c5faefa47042300e13')
-sha256sums_x86_64=('6c53750a0d80637dda4726913f6597944495b4119293602aafcf21e9577edbb7')
+sha256sums_aarch64=('6c3d2f76db8e5f2f8f8651dba5ab4a0eae763841616d41a31da5de3cd7bf7762')
+sha256sums_i686=('527112d6d704c4a077b986af90d0a04bb68f38c44bef27e93dc2ce48df8a1180')
+sha256sums_x86_64=('b57bedbe3ad56b3a81dffcc0574e4df708343cceea686566a32321e9d43ab85a')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
install -Dm755 "${srcdir}/hoverctl" -t "${pkgdir}/usr/bin"