Skip to content

Commit

Permalink
community/emptty: upgrade to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrzna committed Aug 26, 2024
1 parent ea2e81f commit 9199af9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions community/emptty/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Michal Tvrznik <[email protected]>
pkgname=emptty
pkgver=0.12.1
pkgver=0.13.0
pkgrel=0
pkgdesc="Dead simple CLI Display Manager on TTY"
url="https://github.com/tvrzna/emptty"
Expand Down Expand Up @@ -31,7 +31,7 @@ package() {
install -D res/emptty.1 $pkgdir/usr/share/man/man1/emptty.1

# PAM file
install -Dm 644 res/pam $pkgdir/etc/pam.d/emptty
install -Dm 644 res/pam-alpine $pkgdir/etc/pam.d/emptty

# config file
install -Dm 644 res/conf $pkgdir/etc/emptty/conf
Expand All @@ -44,5 +44,5 @@ package() {
}

sha512sums="
b43a20353ca45e3617dae2c974ef6630d0f5e687aa688f2a89415028fc8085675098c23cebe840551cdc78cd22f5be97aa4d576236b419456a3f5d8160cd077f emptty-0.12.1.tar.gz
0baab909b46468fefbb3b12b10cf3c1a9b574460b49d7d01880f9b088cd18e3b49816e01e6af4c1094197b2c78c5c7bb7e31e8494b1168bd25af42c6f9ebb05d emptty-0.13.0.tar.gz
"

0 comments on commit 9199af9

Please sign in to comment.