summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Collins2023-04-29 16:58:22 +0200
committerMark Collins2023-04-29 16:58:22 +0200
commit383690c8632b972e2fdb156df6d392adb01478a4 (patch)
tree94a92304b2f9bbf095793c1c167c0809747e0449
parentd423457c6f2c897b82b4c8555d76fd4de210e626 (diff)
downloadaur-383690c8632b972e2fdb156df6d392adb01478a4.tar.gz
0.5.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ed1e88a7cc3..408bfa25ab8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = passless-boot
pkgdesc = Perform a one-time password-less reboot on a luks encrypted root
- pkgver = 0.5.0
+ pkgver = 0.5.2
pkgrel = 1
url = https://gitlab.com/Marcool04/reboot-hdpassless/
arch = any
license = GPL
depends = cryptsetup
optdepends = reboot-guard
- source = https://gitlab.com/Marcool04/passless-boot/-/archive/0.5.0/passless-boot-0.5.0.tar.gz
- sha256sums = 96e0bb5f4bd505c6dd1e8403257e8f5623318ad1485d5797a13536ca2da811e9
+ source = https://gitlab.com/Marcool04/passless-boot/-/archive/0.5.2/passless-boot-0.5.2.tar.gz
+ sha256sums = d156e946fea1ec735158103a07ed66699ea13e615ce8eff382e7351874b6c9f2
pkgname = passless-boot
diff --git a/PKGBUILD b/PKGBUILD
index dd9bf23a033e..9b8d38f67fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Collins <tera_1225 hat hotmail dote com>
pkgname=passless-boot
-pkgver=0.5.0
+pkgver=0.5.2
pkgrel=1
pkgdesc="Perform a one-time password-less reboot on a luks encrypted root"
arch=('any')
@@ -10,7 +10,7 @@ depends=("cryptsetup")
optdepends=("reboot-guard") # this is in the AUR
source=("https://gitlab.com/Marcool04/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('96e0bb5f4bd505c6dd1e8403257e8f5623318ad1485d5797a13536ca2da811e9')
+sha256sums=('d156e946fea1ec735158103a07ed66699ea13e615ce8eff382e7351874b6c9f2')
package() {