osk-sdl: update to 0.53

As Idan Horo wrote in osk-sdl!82:
"Newer versions of cryptsetup automatically encrypt with LUKS v2.
osk-sdl assumes all partitions are encrytped with v1 and as such fails.
By just changing the encryption type to NULL cryptsetup automatically
detects and chooses the correct LUKS version. Tested on xiaomi-kenzo."
This commit is contained in:
Oliver Smith 2019-07-06 03:24:53 +02:00
parent 3bb5504643
commit f90149a024
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -1,5 +1,5 @@
pkgname=osk-sdl
pkgver=0.52
pkgver=0.53
pkgrel=0
pkgdesc="Onscreen keyboard for unlocking LUKS devices"
url="https://gitlab.com/postmarketOS/osk-sdl"
@ -23,4 +23,4 @@ package() {
install -D -m755 "${srcdir}/${pkgname}-${pkgver}"/osk.conf \
"$pkgdir"/etc/osk.conf
}
sha512sums="ce2f17113d41b9c43c37148c18a547c4e09e26fdf86eb19d25b2761712065b2f2f45e34dcb5ec9be29a8c356c4430a881eedf9130e8a05d0645c97b26c756eb0 osk-sdl-0.52-0.tar.gz"
sha512sums="0b48c6cbe6edce7edda8721e75be76fb984a825468b49d1ff690309c3112392f731eb919ebc96a0b085f6a5fc77e11e220fd79dbe6ea030cfddbb3cd5f86dd3f osk-sdl-0.53-0.tar.gz"