aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/!ProtoCompiler.podspec
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-07-18 12:30:01 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-07-18 12:30:01 -0700
commit854c16706965b225ce24475ebe405bf370ab61e1 (patch)
tree69a0e5ea909c43429d4aa27a0705f5bdc92fe8b0 /src/objective-c/!ProtoCompiler.podspec
parent5c421ef8ab029d5d6a8fecea1708e3faf4373a0d (diff)
We’re done with the underscore tags for good!
Yay compatibility and predictability!
Diffstat (limited to 'src/objective-c/!ProtoCompiler.podspec')
-rw-r--r--src/objective-c/!ProtoCompiler.podspec3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/objective-c/!ProtoCompiler.podspec b/src/objective-c/!ProtoCompiler.podspec
index 5e59b25aee..56aacc3330 100644
--- a/src/objective-c/!ProtoCompiler.podspec
+++ b/src/objective-c/!ProtoCompiler.podspec
@@ -97,10 +97,9 @@ Pod::Spec.new do |s|
s.authors = { 'The Protocol Buffers contributors' => 'protobuf@googlegroups.com' }
repo = 'google/protobuf'
- release = "v#{v}"
file = "protoc-#{v}-osx-x86_64.zip"
s.source = {
- :http => "https://github.com/#{repo}/releases/download/#{release}/#{file}",
+ :http => "https://github.com/#{repo}/releases/download/v#{v}/#{file}",
# TODO(jcanizales): Add sha1 or sha256
# :sha1 => '??',
}