mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
passphrase2pgp: update to 1.0.0.
This commit is contained in:
parent
55569df383
commit
2a72ec8d15
2 changed files with 16 additions and 3 deletions
13
srcpkgs/passphrase2pgp/patches/version.patch
Normal file
13
srcpkgs/passphrase2pgp/patches/version.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git passphrase2pgp.go passphrase2pgp.go
|
||||||
|
index 0afc4b..e47b97 100644
|
||||||
|
--- passphrase2pgp.go
|
||||||
|
+++ passphrase2pgp.go
|
||||||
|
@@ -33,7 +33,7 @@ const (
|
||||||
|
formatPGP = iota
|
||||||
|
formatSSH
|
||||||
|
|
||||||
|
- version = "0.1.0"
|
||||||
|
+ version = "1.0.0"
|
||||||
|
)
|
||||||
|
|
||||||
|
// Print the message like fmt.Printf() and then os.Exit(1).
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'passphrase2pgp'
|
# Template file for 'passphrase2pgp'
|
||||||
pkgname=passphrase2pgp
|
pkgname=passphrase2pgp
|
||||||
version=0.1.0
|
version=1.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/skeeto/passphrase2pgp"
|
go_import_path="nullprogram.com/x/passphrase2pgp"
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="Generate a PGP key from a passphrase"
|
short_desc="Generate a PGP key from a passphrase"
|
||||||
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
homepage="https://github.com/skeeto/passphrase2pgp"
|
homepage="https://github.com/skeeto/passphrase2pgp"
|
||||||
distfiles="https://github.com/skeeto/passphrase2pgp/archive/v${version}.tar.gz"
|
distfiles="https://github.com/skeeto/passphrase2pgp/archive/v${version}.tar.gz"
|
||||||
checksum=15d26a836d9df2fa6e487d7224e6ab7d6f51139211ceb77b8ecd8c594b86699a
|
checksum=eebffea55028fb2416e6245fcb7f72c3a2db20b3e51fed281a4b7c146fb43267
|
||||||
|
|
Loading…
Add table
Reference in a new issue