Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit be9a6d0

Browse files
committed
Merge pull request #86 from alphagov/goenv-go-1.4.1
Replace goenv-go 1.4 with 1.4.1
2 parents 44ecb1a + 1aec825 commit be9a6d0

File tree

10 files changed

+9
-9
lines changed

10 files changed

+9
-9
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
goenv-go-1.4.1 (1) trusty; urgency=medium
2+
3+
* Packaging of binary release as systemwide goenv version.
4+
5+
-- Alex Tomlins <[email protected]> Fri, 16 Jan 2015 09:58:56 +0000
File renamed without changes.

pkg/goenv-go-1.4/debian/control renamed to pkg/goenv-go-1.4.1/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Source: goenv-go-1.4
1+
Source: goenv-go-1.4.1
22
Maintainer: Alex Tomlins <[email protected]>
33
Section: devel
44
Priority: optional
55
Homepage: http://golang.org/
66
Standards-Version: 3.9.5
77
Build-Depends: debhelper (>= 7.4.10)
88

9-
Package: goenv-go-1.4
9+
Package: goenv-go-1.4.1
1010
Architecture: amd64
1111
Depends: goenv, ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends},
1212
Description: Go version for use with goenv
File renamed without changes.
File renamed without changes.

pkg/goenv-go-1.4/debian/rules renamed to pkg/goenv-go-1.4.1/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/make -f
22

3-
GO_VERSION = 1.4
3+
GO_VERSION = 1.4.1
44
PACKAGE = goenv-go-$(GO_VERSION)
55
GOENV_DIR = /usr/lib/goenv/versions/$(GO_VERSION)
66

File renamed without changes.

pkg/goenv-go-1.4.1/srcurl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://golang.org/dl/go1.4.1.linux-amd64.tar.gz

pkg/goenv-go-1.4/debian/changelog

Lines changed: 0 additions & 5 deletions
This file was deleted.

pkg/goenv-go-1.4/srcurl

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)