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.9
version=1.10.0
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=f3866e29130078a14ff3da4f544709d1a7a1edb257a77321254a5a87530b6a5e
checksum=9194f1cb838783fe5c4d27651d836364c04adca126ea67808574ccdf064413a6

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