mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-08-28 04:46:48 -04:00
sshyp-mfa - Correct revision number for Alpine Linux conventions
This commit is contained in:
@@ -52,7 +52,7 @@ _create_apkbuild() {
|
|||||||
echo "# Maintainer: Randall Winkhart <idgr@tutanota.com>
|
echo "# Maintainer: Randall Winkhart <idgr@tutanota.com>
|
||||||
pkgname=sshyp-mfa
|
pkgname=sshyp-mfa
|
||||||
pkgver="$version"
|
pkgver="$version"
|
||||||
pkgrel="$revision"
|
pkgrel="$((revision-1))"
|
||||||
pkgdesc='An MFA (TOTP/Steam) key generator for the sshyp password manager'
|
pkgdesc='An MFA (TOTP/Steam) key generator for the sshyp password manager'
|
||||||
options=!check
|
options=!check
|
||||||
url='https://github.com/rwinkhart/sshyp-labs'
|
url='https://github.com/rwinkhart/sshyp-labs'
|
||||||
|
|||||||
Reference in New Issue
Block a user