File tree 5 files changed +15
-5
lines changed
5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 5
5
"Arch" : " 386 amd64 arm" ,
6
6
"Os" : " linux darwin" ,
7
7
"BuildConstraints" : " linux darwin" ,
8
- "PackageVersion" : " 0.3.3 " ,
8
+ "PackageVersion" : " 0.3.4 " ,
9
9
"ConfigVersion" : " 0.9" ,
10
10
"TaskSettings" : {
11
11
"deb" : {
Original file line number Diff line number Diff line change
1
+
2
+ 0.3.4 / 2014-10-06
3
+ ==================
4
+
5
+ * Fix #119 : add missing errors return in trousseau's openpgp package
6
+ * Fix #121 : Ensure files are created in 0600 mode
7
+ * Enhance integration testing
8
+ * Add dummy gpg keys for testing purposes
9
+ * Fix create store for multiple recipients
10
+
1
11
0.3.3 / 2014-09-22
2
12
==================
3
13
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ all: deps trousseau
28
28
29
29
deps :
30
30
@ (echo " -> Processing dependencies" )
31
- @ (go get github.com/kr/godep)
32
- @ (godep restore)
31
+ # @(go get github.com/kr/godep)
32
+ # @(godep restore)
33
33
34
34
trousseau : deps
35
35
@ (echo " -> Compiling trousseau binary" )
Original file line number Diff line number Diff line change 1
1
package trousseau
2
2
3
- const TROUSSEAU_VERSION = "0.3.3 "
3
+ const TROUSSEAU_VERSION = "0.3.4 "
4
4
5
5
const (
6
6
DEFAULT_STORE_FILENAME = ".trousseau"
Original file line number Diff line number Diff line change 2
2
3
3
class Trousseau < Formula
4
4
homepage 'https://github.com/oleiade/trousseau'
5
- url 'https://github.com/oleiade/trousseau/releases/download/0.3.3 /trousseau_0.3.3_darwin_amd64 .zip'
5
+ url 'https://github.com/oleiade/trousseau/releases/download/0.3.4 /trousseau_0.3.4_darwin_amd64 .zip'
6
6
sha1 ''
7
7
8
8
def install
You can’t perform that action at this time.
0 commit comments