Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/cotp/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'cotp'
pkgname=cotp
version=1.9.7
version=1.9.8
revision=1
build_style=cargo
short_desc="Command line TOTP/HOTP authenticator"
Expand All @@ -9,7 +9,7 @@ license="GPL-3.0-or-later"
homepage="https://github.com/replydev/cotp"
changelog="https://github.com/replydev/cotp/raw/main/CHANGELOG.md"
distfiles="https://github.com/replydev/cotp/archive/refs/tags/v${version}.tar.gz"
checksum=6234805a8eb20a71d2acb07ad8d7827bd5c98c653b7eb733bab0f90cbb9f6212
checksum=6b8c42558b2dadaba58dba22eee4618b218bee5186d1bd522367449648740be7

post_install() {
vmkdir /usr/share/cotp
Expand Down
Loading