Browse Source

update mitm, bump version

tags/v1.0.6
Jonathan Cobb 4 years ago
parent
commit
10e23ca1a7
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      bubble-server/src/main/resources/META-INF/bubble/bubble.properties
  2. +1
    -1
      bubble-server/src/main/resources/packer/roles/mitmproxy/tasks/main.yml

+ 1
- 1
bubble-server/src/main/resources/META-INF/bubble/bubble.properties View File

@@ -1 +1 @@
bubble.version=Adventure 1.0.5
bubble.version=Adventure 1.0.6

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

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


- name: Unzip mitmproxy.zip - name: Unzip mitmproxy.zip
unarchive: unarchive:


Loading…
Cancel
Save