fix: bump to version v0.2.1

This commit is contained in:
Markus Pesch 2021-04-11 13:41:25 +02:00
parent 78461dad08
commit c8a745dfa4
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=cs-dev-sshkeys
pkgver=0.2.0
pkgver=0.2.1
pkgrel=0
pkgdesc='Register development ssh keys in /root/.ssh/authorized_keys'
arch=('x86_64' 'armv7h')
@ -14,10 +14,8 @@ source=(
"https://git.cryptic.systems/volker.raschek/set-sshkeys/archive/v${pkgver}.tar.gz"
"local://authorized_keys"
)
sha512sums=(
"20f237a92d40ae0324ec5e6c4226965148ef8aef3c2cd41279d2278f93353b3f93d6e8cf1cc4fe9b9abe6dc7d9588e60d0a6a983bd7c6ff9ede000925b91479f"
"SKIP"
)
sha512sums=('8f3522bbe4fc5e7b163a675f5d3831aa655c2fff88074f35a2b4e539e808a63cf8ef24cc5a2981caaeb16776f62f16475bb33d68b0ef81e158b1391382842ec9'
'0bf0988aceb60ca9b4bbc26403258250d1d83208169216ee3f761809f2c5bd23a6a303bb1ebffc0198d4887b6fc91dadb44a1beb86bb26c2bfe0747f20927e3c')
build() {
GOBIN=${HOME}/go/bin
@ -29,4 +27,4 @@ package() {
install -D --mode 644 ${srcdir}/authorized_keys ${pkgdir}/etc/set-sshkeys/authorized_keys
install -D --mode 4755 ${srcdir}/set-sshkeys/bin/tmp/set-sshkeys ${pkgdir}/usr/bin/set-sshkeys
install -D --mode 644 ${srcdir}/set-sshkeys/LICENSE ${pkgdir}/usr/share/licenses/set-sshkeys/LICENSE
}
}