mixlib-install 3.11.28 → 3.11.29

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3abbd31ee089f8f24407d866aef6e40546f12a30ba715720b155b13abcf3cc5a
4
- data.tar.gz: bb1efeac551415d6bf1962b19b9df9335a4ad8bd673a003610400f56e8c53735
3
+ metadata.gz: 006754afaedd06447e88966584f2b51bf5cd3bd917dd66629759544d9675dbb5
4
+ data.tar.gz: eecc05dd2be680e60adc4556a5d10316fe696b887c2d6dad542aa99093317bf3
5
5
  SHA512:
6
- metadata.gz: 5c470a63c6325b3c81743b54453bea4a8a52124b5624786f316989599c82d53337fc5f32d9aaeeb0c1d6bd66994346bd60b20862c91bb8895c247cb24331cee3
7
- data.tar.gz: e360d48b512a3c1cc2213fb4c28f6a5a001b1f93bb10a4399a30491eca665b09067d79fddb71a7975e3f423520353b890dcf5c403ddb6cb7298e0c44567c80e9
6
+ metadata.gz: 1c7f33ab9dcb568d8ae5851a22ecd9d719f968f69914c9a960b0461c75807217431aa6b6db1ec05c94d7624a5d950c936605d97486de56576a5703e0ab637f3d
7
+ data.tar.gz: 1345672da0b76fd6665a3e529c8aee8cb1160c8494c3335fa8f2de8012868e04d595ec3a26d488122c2c18085bd9f06cd9e736ae5490f7a689c1890de27f89df
@@ -163,6 +163,9 @@ esac
163
163
 
164
164
  # normalize the architecture we detected
165
165
  case $machine in
166
+ "arm64"|"aarch64")
167
+ machine="aarch64"
168
+ ;;
166
169
  "x86_64"|"amd64"|"x64")
167
170
  machine="x86_64"
168
171
  ;;
@@ -30,7 +30,6 @@ module Mixlib
30
30
 
31
31
  SUPPORTED_ARCHITECTURES = %w{
32
32
  aarch64
33
- arm64
34
33
  armv7l
35
34
  i386
36
35
  powerpc
@@ -162,6 +162,8 @@ module Mixlib
162
162
  case architecture
163
163
  when "amd64"
164
164
  "x86_64"
165
+ when "arm64"
166
+ "aarch64"
165
167
  when "i86pc", "i686"
166
168
  "i386"
167
169
  when "sun4u", "sun4v"
@@ -1,5 +1,5 @@
1
1
  module Mixlib
2
2
  class Install
3
- VERSION = "3.11.28"
3
+ VERSION = "3.11.29"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlib-install
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.11.28
4
+ version: 3.11.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thom May
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-03-05 00:00:00.000000000 Z
12
+ date: 2020-03-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mixlib-shellout