diff options
author | Unknwon <u@gogs.io> | 2018-06-09 10:00:45 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-06-09 10:00:45 +0800 |
commit | 078549518d31ffc18e209230584640328e5a0420 (patch) | |
tree | 22b2bdc840d7ff0029220905a77b9fb1e531cb33 | |
parent | 4c844081f3f635f454e1040a568dc03f1a427f58 (diff) |
vendor: update github.com/gogs/git-module
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | templates/.VERSION | 2 | ||||
-rw-r--r-- | vendor/github.com/gogs/git-module/git.go | 2 | ||||
-rw-r--r-- | vendor/github.com/gogs/git-module/repo_tag.go | 2 | ||||
-rw-r--r-- | vendor/vendor.json | 6 |
5 files changed, 7 insertions, 7 deletions
@@ -16,7 +16,7 @@ import ( "github.com/gogs/gogs/pkg/setting" ) -const APP_VER = "0.11.53.0603" +const APP_VER = "0.11.54.0609" func init() { setting.AppVer = APP_VER diff --git a/templates/.VERSION b/templates/.VERSION index 3eb9fd48..267b4b0b 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.11.53.0603
\ No newline at end of file +0.11.54.0609
\ No newline at end of file diff --git a/vendor/github.com/gogs/git-module/git.go b/vendor/github.com/gogs/git-module/git.go index 7d54d66e..5b141846 100644 --- a/vendor/github.com/gogs/git-module/git.go +++ b/vendor/github.com/gogs/git-module/git.go @@ -10,7 +10,7 @@ import ( "time" ) -const _VERSION = "0.6.6" +const _VERSION = "0.6.7" func Version() string { return _VERSION diff --git a/vendor/github.com/gogs/git-module/repo_tag.go b/vendor/github.com/gogs/git-module/repo_tag.go index 4cef496b..888d9894 100644 --- a/vendor/github.com/gogs/git-module/repo_tag.go +++ b/vendor/github.com/gogs/git-module/repo_tag.go @@ -96,7 +96,7 @@ func (repo *Repository) GetTag(name string) (*Tag, error) { func (repo *Repository) GetTags() ([]string, error) { cmd := NewCommand("tag", "-l") if version.Compare(gitVersion, "2.0.0", ">=") { - cmd.AddArguments("--sort=-v:refname") + cmd.AddArguments("--sort=-v:taggerdate") } stdout, err := cmd.RunInDir(repo.Path) diff --git a/vendor/vendor.json b/vendor/vendor.json index a73d75f4..3d224b13 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -207,10 +207,10 @@ "revisionTime": "2017-03-01T03:54:11Z" }, { - "checksumSHA1": "183Lk59tqgDzO3eZeer4g1w/hk0=", + "checksumSHA1": "8KekujhL9uUvM97PP6jToeeQi6M=", "path": "github.com/gogs/git-module", - "revision": "c64f3cabc82d33dfdb0cd47a5dda4e29368f3da2", - "revisionTime": "2018-06-03T12:25:16Z" + "revision": "abc97c40967942aec90e470834436ff69e1888f2", + "revisionTime": "2018-06-09T01:58:34Z" }, { "checksumSHA1": "MLO0PyrK2MUO6A7Z9PxWuu43C/A=", |