Skip to content

Commit effb734

Browse files
author
Kimmo Lehto
committed
0.4.5.rc3
1 parent 85e0a70 commit effb734

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/drone/ubuntu_xenial.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ue
55
# build binary
66
apt-get update -y
77
apt-get install -y -q squashfs-tools build-essential ruby bison ruby-dev git-core texinfo curl
8-
curl -sL https://github.com/kontena/ruby-packer/releases/download/2.6.0-0.6.0/rubyc-2.6.0-0.6.0-linux-amd64.gz | gunzip > /usr/local/bin/rubyc
8+
curl -sL https://github.com/kontena/ruby-packer/releases/download/0.5.0%2Bextra7/rubyc-0.5.0+extra7-linux-amd64.gz | gunzip > /usr/local/bin/rubyc
99
chmod +x /usr/local/bin/rubyc
1010
gem install bundler
1111
version=${DRONE_TAG#"v"}

build/travis/macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ue
44

55
brew install squashfs
6-
curl -sL https://github.com/kontena/ruby-packer/releases/download/2.6.0-0.6.0/rubyc-2.6.0-0.6.0-osx-amd64.gz | gunzip > /usr/local/bin/rubyc
6+
curl -sL https://github.com/kontena/ruby-packer/releases/download/0.5.0%2Bextra7/rubyc-0.5.0+extra7-osx-amd64.gz | gunzip > /usr/local/bin/rubyc
77
chmod +x /usr/local/bin/rubyc
88
version=${TRAVIS_TAG#"v"}
99
package="mortar-darwin-amd64-${version}"

lib/mortar/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Mortar
4-
VERSION = "0.4.5.rc2"
4+
VERSION = "0.4.5.rc3"
55
end

0 commit comments

Comments
 (0)