summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-09-13 10:27:37 +0800
committerzxp198210052023-09-13 10:27:37 +0800
commit57be1ca8b3c2de842a97398c50f3e478d1f29a72 (patch)
treebf3f9547e8693456365a1ece72aa61be01655897
parent869de954d75bac8e2139f74d50273d755227adfa (diff)
downloadaur-57be1ca8b3c2de842a97398c50f3e478d1f29a72.tar.gz
update to 1.6.0
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
2 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aef8f07adc35..16d506f6218e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
pkgbase = hoverfly-bin
pkgdesc = Lightweight service virtualization/API simulation tool for developers and testers
- pkgver = 1.5.3
- pkgrel = 2
+ pkgver = 1.6.0
+ pkgrel = 1
url = https://hoverfly.io
arch = aarch64
arch = armv7h
arch = i686
arch = x86_64
license = Apache
- provides = hoverfly=1.5.3
+ provides = hoverfly=1.6.0
conflicts = hoverfly
- source_aarch64 = hoverfly-bin-1.5.3-aarch64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.5.3/hoverfly_bundle_linux_arm64.zip
- sha256sums_aarch64 = 4b5ac3f323fc3dc647db6f6220ceed2cdaca1e7b68075c78adfdee9c950e9a3d
- source_armv7h = hoverfly-bin-1.5.3-armv7h.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.5.3/hoverfly_bundle_linux_arm64.zip
- sha256sums_armv7h = 4b5ac3f323fc3dc647db6f6220ceed2cdaca1e7b68075c78adfdee9c950e9a3d
- source_i686 = hoverfly-bin-1.5.3-i686.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.5.3/hoverfly_bundle_linux_386.zip
- sha256sums_i686 = f643eaba9dbb83e6fd65ad937fc6c7b7bc511ec835166973d09b14b945727ab0
- source_x86_64 = hoverfly-bin-1.5.3-x86_64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.5.3/hoverfly_bundle_linux_amd64.zip
- sha256sums_x86_64 = ac3fbc0fd210c5880f783bc76c81b0def635bb9d702f19d240198f4f9b7d5a17
+ source_aarch64 = hoverfly-bin-1.6.0-aarch64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.0/hoverfly_bundle_linux_arm64.zip
+ sha256sums_aarch64 = 3ed1eaecc7d8343c844078a666ddcf148be354171fa0a3078cf10d97f9583d37
+ source_armv7h = hoverfly-bin-1.6.0-armv7h.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.0/hoverfly_bundle_linux_arm64.zip
+ sha256sums_armv7h = 3ed1eaecc7d8343c844078a666ddcf148be354171fa0a3078cf10d97f9583d37
+ source_i686 = hoverfly-bin-1.6.0-i686.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.0/hoverfly_bundle_linux_386.zip
+ sha256sums_i686 = b9d028962598d7a19a725f86d62c8bd45cb4285d5eb421e3df8488bbb92eae46
+ source_x86_64 = hoverfly-bin-1.6.0-x86_64.zip::https://github.com/SpectoLabs/hoverfly/releases/download/v1.6.0/hoverfly_bundle_linux_amd64.zip
+ sha256sums_x86_64 = 8d7d2970975fea52265ce6230d1c2e42222b76847650410577421fa52a25bab1
pkgname = hoverfly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8a4d0f8261a1..23456b53aa26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=hoverfly-bin
-pkgver=1.5.3
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
pkgdesc="Lightweight service virtualization/API simulation tool for developers and testers"
arch=('aarch64' 'armv7h' 'i686' 'x86_64')
url='https://hoverfly.io'
@@ -14,10 +14,10 @@ source_aarch64=("${pkgname}-${pkgver}-aarch64.zip::${_githuburl}/releases/downlo
source_armv7h=("${pkgname}-${pkgver}-armv7h.zip::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}_bundle_linux_arm64.zip")
source_i686=("${pkgname}-${pkgver}-i686.zip::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}_bundle_linux_386.zip")
source_x86_64=("${pkgname}-${pkgver}-x86_64.zip::${_githuburl}/releases/download/v${pkgver}/${pkgname%-bin}_bundle_linux_amd64.zip")
-sha256sums_aarch64=('4b5ac3f323fc3dc647db6f6220ceed2cdaca1e7b68075c78adfdee9c950e9a3d')
-sha256sums_armv7h=('4b5ac3f323fc3dc647db6f6220ceed2cdaca1e7b68075c78adfdee9c950e9a3d')
-sha256sums_i686=('f643eaba9dbb83e6fd65ad937fc6c7b7bc511ec835166973d09b14b945727ab0')
-sha256sums_x86_64=('ac3fbc0fd210c5880f783bc76c81b0def635bb9d702f19d240198f4f9b7d5a17')
+sha256sums_aarch64=('3ed1eaecc7d8343c844078a666ddcf148be354171fa0a3078cf10d97f9583d37')
+sha256sums_armv7h=('3ed1eaecc7d8343c844078a666ddcf148be354171fa0a3078cf10d97f9583d37')
+sha256sums_i686=('b9d028962598d7a19a725f86d62c8bd45cb4285d5eb421e3df8488bbb92eae46')
+sha256sums_x86_64=('8d7d2970975fea52265ce6230d1c2e42222b76847650410577421fa52a25bab1')
package() {
install -Dm755 "${srcdir}/hoverctl" -t "${pkgdir}/usr/bin"
install -Dm755 "${srcdir}/${pkgname%-bin}" -t "${pkgdir}/usr/bin"