summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-09-24 20:01:13 +0200
committerRichard Neumann2020-09-24 20:01:13 +0200
commit38bee6ccf6fc0b836d37c18187a4859fa1a9bb13 (patch)
tree92ed615d92a7b8aeeffc8a053908e6ecdd037950
parentc0f50c9fbc1ec8adf1e6256ae8a3beb4d0eda902 (diff)
downloadaur-38bee6ccf6fc0b836d37c18187a4859fa1a9bb13.tar.gz
Updated to 1.5.7.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6a8bbdf46ee..fcc617a89fe4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = speculum
pkgdesc = Yet another mirror list optimization tool
- pkgver = 1.5.6
+ pkgver = 1.5.7
pkgrel = 1
url = https://github.com/coNQP/speculum
arch = any
license = GPLv3
depends = python
backup = etc/speculum.conf
- source = speculum-1.5.6::https://github.com/coNQP/speculum/archive/1.5.6.tar.gz
- sha256sums = f12077eedababc17e0b214e27da08a8247840f29dfb15862019a8addd2dfdce9
+ source = speculum-1.5.7::https://github.com/coNQP/speculum/archive/1.5.7.tar.gz
+ sha256sums = b3556c8c6837c169c66d048292a9a7ffe54b8e0ce1c55eae9f1d9430ea10b495
pkgname = speculum
diff --git a/PKGBUILD b/PKGBUILD
index 070ce0418346..4b1471fb06eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Richard Neumann aka. schard <mail at richard dash neumann period de>
pkgname='speculum'
-pkgver=1.5.6
+pkgver=1.5.7
pkgrel=1
pkgdesc='Yet another mirror list optimization tool'
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/coNQP/${pkgname}"
license=('GPLv3')
depends=('python')
source=(${pkgname}-${pkgver}::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('f12077eedababc17e0b214e27da08a8247840f29dfb15862019a8addd2dfdce9')
+sha256sums=('b3556c8c6837c169c66d048292a9a7ffe54b8e0ce1c55eae9f1d9430ea10b495')
backup=('etc/speculum.conf')