summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-29 19:10:50 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-29 19:10:50 -0700
commit2f96bc65d568975d9f3714c0420970c8df1fad5d (patch)
tree8b159a6b8b80c1bd4529efdd33b1a9837a027b2b
parent1d4aed590e5420c61d0198b58f39b70cabf4ff07 (diff)
downloadchef-2f96bc65d568975d9f3714c0420970c8df1fad5d.tar.gz
Swap TunnelBlick for a smaller dmg
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/_dmg_package.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_dmg_package.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_dmg_package.rb
index 100787524e..27dad15c80 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/_dmg_package.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/_dmg_package.rb
@@ -5,9 +5,9 @@
# Copyright:: Copyright (c) Chef Software Inc.
#
-dmg_package "Tunnelblick" do
- source "https://tunnelblick.net/release/Tunnelblick_3.8.2a_build_5481.dmg"
- checksum "3857f395f2c0026943bc76d46cb8bb97f5655e9ea0d9a8d2bdca1e5d82a7325b"
+dmg_package "LittleSecrets" do
+ source "https://www.mani.de/download/littlesecrets/LittleSecrets1.9.4.dmg"
+ checksum "8281c1f648c038b296a02940126c29032ff387b90a880d63834e303e1b3a5ff7"
action :install
end