Browse Source

fix mitm hash

tags/v1.1.0
Jonathan Cobb 4 years ago
parent
commit
fddb37253d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bubble-server/src/main/resources/packer/roles/mitmproxy/tasks/main.yml

+ 1
- 1
bubble-server/src/main/resources/packer/roles/mitmproxy/tasks/main.yml View File

@@ -41,7 +41,7 @@
get_url:
url: https://github.com/getbubblenow/bubble-dist/raw/master/mitmproxy/mitmproxy.zip
dest: /tmp/mitmproxy.zip
checksum: sha256:9883696cc304326d0d94f6d0a498721de9b8c77c833b30f4b1661646467172bf
checksum: sha256:bd968146a5cbcde1451ce1269faf484608ca1b00f71d518164c753627782b924

- name: Unzip mitmproxy.zip
unarchive:


Loading…
Cancel
Save