itamae-plugin-recipe-daddy 0.1.33 → 0.1.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f0c12b78e74fc444fe39cf5aa4051e8313f8c313cd8adffdf241cfa1ba2f3c8
4
- data.tar.gz: 5542980727aefce9ecd1492abce3bc7c1a0fbeca6a3a9bd9ccf9ecd7d1a7ec50
3
+ metadata.gz: 2a4ddc90288586b8ccac5cb4c2f5b70c0ea758be0948d0b39828c4b56b451f7b
4
+ data.tar.gz: 0072edc9f1315d94c2adc338af3e0e52063e84818d1ff92c97a1926175d356e3
5
5
  SHA512:
6
- metadata.gz: e5b004dd2facc52d076befcbcfa2ac00439284fd72a672ee0b744fb62fcbc2eef34971a48fa51d1d302d039ebe5a4eb9dad8e55cf7a2bd868518ef4a32efc54e
7
- data.tar.gz: 36adeca68c0ab53cb29c7398a677fd09bce100672120e5b021f8bed32fe36c22805f768d33375022e8459e535424819bbf4d2694f6dbee0654c62fe572c75edc
6
+ metadata.gz: c1e873198056d376e4ef4620849a4053700882f2105db5dfeaa2c7df365407467808b6e0707f04c495bb616a6f6d954e5cc391bcd64380b6045d2b1227d4b74f
7
+ data.tar.gz: e9057b5a5c71682e7943db616ce9093dd13600adb4384c9ac43f562f8c20e44611dcecbc8cbfd44658f42b5ca5841da4b121697923bd232a8453e917b9254317
@@ -32,7 +32,7 @@ when /rhel-8\.(.*?)/
32
32
  rm -f wkhtmltox-#{version}.centos8.x86_64.rpm
33
33
  wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/#{version.split('-').first}/wkhtmltox-#{version}.centos8.x86_64.rpm
34
34
  EOF
35
- not_if "sha256sum -c #{::File.join(::File.dirname(__FILE__), "wkhtmltox-#{version}.centos7_sha256sum.txt")}"
35
+ not_if "sha256sum -c #{::File.join(::File.dirname(__FILE__), "wkhtmltox-#{version}.centos8_sha256sum.txt")}"
36
36
  end
37
37
 
38
38
  execute "install wkhtmltox-#{version}" do
@@ -0,0 +1 @@
1
+ dad84a89ece4f425afbb1ca65697511bd91333f884e1cfe1c8fb150ef93a8070 wkhtmltox-0.12.5-1.centos8.x86_64.rpm
@@ -1,5 +1,5 @@
1
1
  module ItamaePluginRecipeDaddy
2
- VERSION = '0.1.33'
2
+ VERSION = '0.1.34'
3
3
 
4
4
  NGINX_VERSION = [
5
5
  NGINX_VERSION_MAJOR = '1',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-daddy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.33
4
+ version: 0.1.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - ichy
@@ -158,6 +158,7 @@ files:
158
158
  - lib/itamae/plugin/recipe/daddy/wkhtmltopdf.rb
159
159
  - lib/itamae/plugin/recipe/daddy/wkhtmltopdf/install.rb
160
160
  - lib/itamae/plugin/recipe/daddy/wkhtmltopdf/wkhtmltox-0.12.5-1.centos7_sha256sum.txt
161
+ - lib/itamae/plugin/recipe/daddy/wkhtmltopdf/wkhtmltox-0.12.5-1.centos8_sha256sum.txt
161
162
  - lib/itamae_plugin_recipe_daddy/daddy.rb
162
163
  - lib/itamae_plugin_recipe_daddy/version.rb
163
164
  homepage: https://github.com/ichylinux/itamae-plugin-recipe-daddy