passphrase2pgp: update to 1.0.1.
This commit is contained in:
parent
8cb1b4f06c
commit
ca96cfe311
2 changed files with 2 additions and 15 deletions
|
@ -1,13 +0,0 @@
|
||||||
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,6 +1,6 @@
|
||||||
# Template file for 'passphrase2pgp'
|
# Template file for 'passphrase2pgp'
|
||||||
pkgname=passphrase2pgp
|
pkgname=passphrase2pgp
|
||||||
version=1.0.0
|
version=1.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="nullprogram.com/x/passphrase2pgp"
|
go_import_path="nullprogram.com/x/passphrase2pgp"
|
||||||
|
@ -10,4 +10,4 @@ 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=eebffea55028fb2416e6245fcb7f72c3a2db20b3e51fed281a4b7c146fb43267
|
checksum=3e4bdb5b0b44ba905c648bb26c9650522724a3251288c5c4080386a153c0e343
|
||||||
|
|
Loading…
Reference in a new issue