Skip to content

Commit

Permalink
passphrase2pgp: update to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyDD authored and Hoshpak committed Jan 23, 2020
1 parent 55569df commit 2a72ec8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions srcpkgs/passphrase2pgp/patches/version.patch
Original file line number Diff line number Diff line change
@@ -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).
6 changes: 3 additions & 3 deletions srcpkgs/passphrase2pgp/template
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Template file for 'passphrase2pgp'
pkgname=passphrase2pgp
version=0.1.0
version=1.0.0
revision=1
build_style=go
go_import_path="github.com/skeeto/passphrase2pgp"
go_import_path="nullprogram.com/x/passphrase2pgp"
hostmakedepends="git"
short_desc="Generate a PGP key from a passphrase"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="Unlicense"
homepage="https://github.com/skeeto/passphrase2pgp"
distfiles="https://github.com/skeeto/passphrase2pgp/archive/v${version}.tar.gz"
checksum=15d26a836d9df2fa6e487d7224e6ab7d6f51139211ceb77b8ecd8c594b86699a
checksum=eebffea55028fb2416e6245fcb7f72c3a2db20b3e51fed281a4b7c146fb43267

0 comments on commit 2a72ec8

Please sign in to comment.