summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f5d738fd92c..1282007cced2 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.9.4
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.9.4
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.9.4-aarch64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.9.4/hoverfly_bundle_linux_arm64.zip
+ sha256sums_aarch64 = ccb8a7c47d03bc9d9afc44d6ea775163bf056f4c0510908f86a75dd339e736a8
+ source_i686 = hoverfly-bin-1.9.4-i686.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.9.4/hoverfly_bundle_linux_386.zip
+ sha256sums_i686 = f6698011be7cba4ebc095f64c4249cff0a8da3dca5f4dfaa5148e154e79522aa
+ source_x86_64 = hoverfly-bin-1.9.4-x86_64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.9.4/hoverfly_bundle_linux_amd64.zip
+ sha256sums_x86_64 = 5561fc664bc94ee23b5313c930ac6cc0683fb43844194e81e6264f74006f8e27
pkgname = hoverfly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1db39922d39b..c23ef4ffb395 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.9.4
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=('ccb8a7c47d03bc9d9afc44d6ea775163bf056f4c0510908f86a75dd339e736a8')
+sha256sums_i686=('f6698011be7cba4ebc095f64c4249cff0a8da3dca5f4dfaa5148e154e79522aa')
+sha256sums_x86_64=('5561fc664bc94ee23b5313c930ac6cc0683fb43844194e81e6264f74006f8e27')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
install -Dm755 "${srcdir}/hoverctl" -t "${pkgdir}/usr/bin"