summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaddie Zhan2020-03-30 16:57:29 +0800
committerMaddie Zhan2020-03-30 16:57:29 +0800
commit7b1ff6678f2e5167ab03d6c458460b021a766250 (patch)
treea56d36c53822cb8cf40f4908e3be3de0ed6fbd29
parent626e8b9ee53372e10fc125c81e630e6137dd7153 (diff)
downloadaur-7b1ff6678f2e5167ab03d6c458460b021a766250.tar.gz
v1.0.5
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a6568fcab0f..71dcfd05c2f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librespeed-cli-bin
pkgdesc = Command line interface for LibreSpeed speed test backends
- pkgver = 1.0.4
+ pkgver = 1.0.5
pkgrel = 1
url = https://github.com/librespeed/speedtest-cli
arch = x86_64
@@ -9,12 +9,12 @@ pkgbase = librespeed-cli-bin
license = LGPL3
provides = librespeed-cli
conflicts = librespeed-cli
- source_x86_64 = https://github.com/librespeed/speedtest-cli/releases/download/v1.0.4/librespeed-cli_1.0.4_linux_amd64.tar.gz
- sha256sums_x86_64 = e010e65049db4eb209ee57bad8abf326403acda236273ec636ceefe278f6a275
- source_aarch64 = https://github.com/librespeed/speedtest-cli/releases/download/v1.0.4/librespeed-cli_1.0.4_linux_arm64.tar.gz
- sha256sums_aarch64 = 53086c700529c0b28fbd0e155771b66a72a70c3997fc98384fd3fb1dda59e353
- source_armv7h = https://github.com/librespeed/speedtest-cli/releases/download/v1.0.4/librespeed-cli_1.0.4_linux_armv7.tar.gz
- sha256sums_armv7h = 4355931149ec2823ccffcc7bfbc8d5b5f9498f10d8901553ed7dd55d98037bc4
+ source_x86_64 = https://github.com/librespeed/speedtest-cli/releases/download/v1.0.5/librespeed-cli_1.0.5_linux_amd64.tar.gz
+ sha256sums_x86_64 = 58b0fdaecfc7e375787b29f2f8e777c3d1f5980b57d8c2fd60d76a1af9f2148d
+ source_aarch64 = https://github.com/librespeed/speedtest-cli/releases/download/v1.0.5/librespeed-cli_1.0.5_linux_arm64.tar.gz
+ sha256sums_aarch64 = 885b3da56c62ee9fabf5c5865d3bbe0a2c6e48200340b926c2a9db1163664113
+ source_armv7h = https://github.com/librespeed/speedtest-cli/releases/download/v1.0.5/librespeed-cli_1.0.5_linux_armv7.tar.gz
+ sha256sums_armv7h = bc943a8991db3eb44b34ccb2449088789a7cedb016d099769161b24c19ea4f7d
pkgname = librespeed-cli-bin
diff --git a/PKGBUILD b/PKGBUILD
index a48b4673e956..bac8e6627b40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Maddie Zhan <maddie at zzz dot cat>
pkgname=librespeed-cli-bin
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="Command line interface for LibreSpeed speed test backends"
arch=('x86_64' 'aarch64' 'armv7h')
@@ -13,9 +13,9 @@ source_x86_64=("https://github.com/librespeed/speedtest-cli/releases/download/v$
source_aarch64=("https://github.com/librespeed/speedtest-cli/releases/download/v${pkgver}/${pkgname/-bin/}_${pkgver}_linux_arm64.tar.gz")
source_armv7h=("https://github.com/librespeed/speedtest-cli/releases/download/v${pkgver}/${pkgname/-bin/}_${pkgver}_linux_armv7.tar.gz")
-sha256sums_x86_64=('e010e65049db4eb209ee57bad8abf326403acda236273ec636ceefe278f6a275')
-sha256sums_aarch64=('53086c700529c0b28fbd0e155771b66a72a70c3997fc98384fd3fb1dda59e353')
-sha256sums_armv7h=('4355931149ec2823ccffcc7bfbc8d5b5f9498f10d8901553ed7dd55d98037bc4')
+sha256sums_x86_64=('58b0fdaecfc7e375787b29f2f8e777c3d1f5980b57d8c2fd60d76a1af9f2148d')
+sha256sums_aarch64=('885b3da56c62ee9fabf5c5865d3bbe0a2c6e48200340b926c2a9db1163664113')
+sha256sums_armv7h=('bc943a8991db3eb44b34ccb2449088789a7cedb016d099769161b24c19ea4f7d')
package() {
install -Dm755 "${srcdir}/${pkgname/-bin}" "${pkgdir}/usr/bin/${pkgname/-bin}"