summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-28 09:40:06 +0800
committerzxp198210052024-04-28 09:40:06 +0800
commit47aefdd134a7d6db212727d424cabd7c67b1a726 (patch)
tree9914ea5df2c27087e775244130155da2deddd01e
parentc00863fdef4ee713ba9aef1144e6830161c78317 (diff)
downloadaur-47aefdd134a7d6db212727d424cabd7c67b1a726.tar.gz
update to 1.9.1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1179b953069e..e8e5b0dcc0ea 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.9.0
+ pkgver = 1.9.1
pkgrel = 1
url = https://hoverfly.io
arch = aarch64
arch = i686
arch = x86_64
license = Apache-2.0
- provides = hoverfly=1.9.0
+ provides = hoverfly=1.9.1
conflicts = hoverfly
- 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
+ source_aarch64 = hoverfly-bin-1.9.1-aarch64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.9.1/hoverfly_bundle_linux_arm64.zip
+ sha256sums_aarch64 = feaa39a535b7a11032e269d8bce2519df27de6cb1a0e31935b4c6510231cbed5
+ source_i686 = hoverfly-bin-1.9.1-i686.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.9.1/hoverfly_bundle_linux_386.zip
+ sha256sums_i686 = 33c4944d06751833e8a175115b93061bd02efc090959a262e3e83e2504e79cbb
+ source_x86_64 = hoverfly-bin-1.9.1-x86_64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.9.1/hoverfly_bundle_linux_amd64.zip
+ sha256sums_x86_64 = c49ff0cacd486292a1377a3acbb2cbf831911049c8846e33001c27ab21558bba
pkgname = hoverfly-bin
diff --git a/PKGBUILD b/PKGBUILD
index b722419de4d6..e555fbb0a414 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.9.0
+pkgver=1.9.1
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=('1b8b32400c46df0eab709ac8b9d0dc0a5e97d2771a18277dd73d73bda8d3c5be')
-sha256sums_i686=('70734efe3fef549e18c1b59f670a9b145851047f80f18b450de92c32e2472663')
-sha256sums_x86_64=('3f44db63e76384aef47979f5d05a078b60593ed076f07a341ff4007e0042c0b6')
+sha256sums_aarch64=('feaa39a535b7a11032e269d8bce2519df27de6cb1a0e31935b4c6510231cbed5')
+sha256sums_i686=('33c4944d06751833e8a175115b93061bd02efc090959a262e3e83e2504e79cbb')
+sha256sums_x86_64=('c49ff0cacd486292a1377a3acbb2cbf831911049c8846e33001c27ab21558bba')
package() {
install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
install -Dm755 "${srcdir}/hoverctl" -t "${pkgdir}/usr/bin"