Commit f7da5b29 authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #3327 from karalabe/cocoapods-version-round2

build: remove hash metadata from cocoapod version
parents a8ca7573 2b4c2367
...@@ -843,7 +843,7 @@ func newPodMetadata(env build.Environment, archive string) podMetadata { ...@@ -843,7 +843,7 @@ func newPodMetadata(env build.Environment, archive string) podMetadata {
return podMetadata{ return podMetadata{
Name: name, Name: name,
Archive: archive, Archive: archive,
Version: build.VERSION() + "+" + env.Commit[:8], Version: build.VERSION(),
Commit: env.Commit, Commit: env.Commit,
Contributors: contribs, Contributors: contribs,
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment