vanitygen: update to 0.22.
This commit is contained in:
parent
ef406b82b0
commit
149409c3ad
1 changed files with 9 additions and 5 deletions
|
@ -1,14 +1,17 @@
|
|||
# Template file for 'vanitygen'
|
||||
pkgname=vanitygen
|
||||
version=0.21
|
||||
revision=15
|
||||
version=0.22
|
||||
revision=1
|
||||
_commit=9e04497a127aa6413463ccf4a4aee75f0d581d92
|
||||
wrksrc="vanitygen-${_commit}"
|
||||
makedepends="pcre-devel libressl-devel"
|
||||
short_desc="Bitcoin vanity address generator"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="AGPL-3.0-or-later"
|
||||
homepage="https://github.com/samr7/vanitygen"
|
||||
license="AGPL-3"
|
||||
distfiles="$homepage/archive/${version}.tar.gz"
|
||||
checksum=58c56e1ec51c654077ace5599d4f9dc512110e2150fe40a05380f948b305be7f
|
||||
changelog="https://raw.githubusercontent.com/samr7/vanitygen/master/CHANGELOG"
|
||||
distfiles="https://github.com/samr7/vanitygen/archive/${_commit}.tar.gz"
|
||||
checksum=cf81e1eb4c81a3dcf86ab681ef1ad9229702ad8b00d1367462f396718b13d1fc
|
||||
|
||||
do_build() {
|
||||
make CC=$CC CFLAGS="$CFLAGS $LDFLAGS" ${makejobs}
|
||||
|
@ -16,4 +19,5 @@ do_build() {
|
|||
do_install() {
|
||||
vbin vanitygen
|
||||
vbin keyconv
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue