From cbd025477650745eca3a9d9f4ae1e90645df4715 Mon Sep 17 00:00:00 2001 From: Salih Emin Date: Sat, 3 Oct 2020 23:05:17 +0300 Subject: [PATCH] missing checksum 1.4.10 --- template/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/PKGBUILD b/template/PKGBUILD index f3c94f2..cad26e7 100644 --- a/template/PKGBUILD +++ b/template/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Cerebrux pkgname=sysglance -pkgver=1.4.9 +pkgver=1.4.10 pkgrel=1 pkgdesc="Utility for collecting information about the hardware and the operating system by generating a simple report." arch=('any') @@ -14,3 +14,4 @@ package() { install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm755 sysglance.sh "$pkgdir/usr/bin/sysglance" } +md5sums=('51f3259a3c1debcfa759dda30873ec20')