summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Malevich2021-01-20 23:32:22 +0300
committerAnton Malevich2021-01-20 23:32:22 +0300
commit724a91df93bf27b7e571bd3a24036d89e9640f6f (patch)
tree3a2e809f5e207d18b49c2f39527ae0c2ee147dc9 /PKGBUILD
parent31b16c8c9ad773dedcaffa0e0320d47dd34a9b48 (diff)
downloadaur-secureboot.tar.gz
Release 0.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efbd4ee8c520..1134fc06f8dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: lomonosow <lomonosow93@gmail.com>
pkgname=secureboot
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="This package contains script, which helps to manage secureboot. It can generate keys, enroll it to UEFI and sign images"
arch=('any')
@@ -9,8 +9,7 @@ license=('MIT')
depends=('bash' 'openssl' 'efitools' 'util-linux' 'sbsigntools')
install=$pkgname.install
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('ce39ff472bcd52502d7b49feb724124bb48d937776ad3968a1b3cfc202e8e16a2fba76a004b5c71ea09b3b7fd77222451f9a4d5fee98fc814a5fcf6be066d86c')
-
+sha512sums=('ad0e50ae0803a51e74ca6bf02f1495665104a548b4ee4c3d6669d900d26ba54fa4e3041f3fcaee96a3f3ee41305187bd53a35c36e372e621cca19f3b76422bf1')
package() {
install -Dm755 "$srcdir/$pkgname-$pkgver"/secureboot.sh "${pkgdir}"/usr/bin/secureboot