summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpierre2020-06-13 15:49:22 +0200
committerpierre2020-06-13 15:49:22 +0200
commit85a322e62872184efb414a96d9b2d2c7cf237c78 (patch)
tree5666c17fed118d41cd34e08fa5d2c9322b6f8c3e
parenta1b8b749c15c87241b30098cb6512fef3a0d7814 (diff)
downloadaur-85a322e62872184efb414a96d9b2d2c7cf237c78.tar.gz
new release
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfc95fef94e3..c4c3af3bcac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=milcheck-bin
_pkgname=milcheck
-pkgver=0.1.8
+pkgver=0.1.9
pkgrel=1
pkgdesc="A small binary that displays the status of your pacman mirrorlist in your terminal"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/doums/milcheck"
license=('MPL2')
source=("$pkgname-$pkgver::https://github.com/doums/milcheck/releases/download/v${pkgver}/${_pkgname}")
depends=('gcc-libs')
-md5sums=('d2e59fd9b1634805ea883f7b1f6ad479')
+md5sums=('3c088ceae3a1d02ab3211c552e839ef3')
package() {
install -Dm755 "$pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"