Skip to content

Commit

Permalink
chore(main/blackbox): fix version
Browse files Browse the repository at this point in the history
Version scheme has been changed, repository doesn't have v2.0.0 tag.
  • Loading branch information
termux-pacman-bot committed Oct 10, 2022
1 parent 7b22452 commit 74e8d30
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/blackbox/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/StackExchange/blackbox
TERMUX_PKG_DESCRIPTION="Safely store secrets in Git/Mercurial/Subversion"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.0.0
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/StackExchange/blackbox/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=0a8fee39dc46436472528ea3a5743c42ebefc068519545fe6fca57041f42deae
TERMUX_PKG_VERSION=1:1.20220610
TERMUX_PKG_SRCURL=https://github.com/StackExchange/blackbox/archive/refs/tags/v${TERMUX_PKG_VERSION:2}.tar.gz
TERMUX_PKG_SHA256=f1efcca6680159f244eb44fdb78e92b521760b875fa5a36e4c433b93ed0f87c1
TERMUX_PKG_DEPENDS="gnupg"
TERMUX_PKG_SUGGESTS="git, subversion"
TERMUX_PKG_PLATFORM_INDEPENDENT=true
Expand Down

0 comments on commit 74e8d30

Please sign in to comment.