Skip to content

Commit

Permalink
Merge pull request #22 from zakiharis/fix-kafka-checksum
Browse files Browse the repository at this point in the history
fix kafka 3.6.0 checksum
  • Loading branch information
hollow authored Nov 22, 2023
2 parents 9985564 + 78a1d47 commit 7b47db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
scala_version: "2.13"
kafka_version: "3.6.0"
kafka_archive: "kafka_{{ scala_version }}-{{ kafka_version }}"
kafka_checksum: "sha512:98d20f475bccc11eb3cf05362112c788eea7bfc88abddba66cfcfb48880d3bb97918a90d44eb7c1720527bebca93dd231002b5159876f6ee8b7fcd91cc1b06440ka "
kafka_checksum: "sha512:98d20f475bccc11eb3cf05362112c788eea7bfc88abddba66cfcfb48880d3bb97918a90d44eb7c1720527bebca93dd231002b5159876f6ee8b7fcd91cc1b0644"
kafka_url: "https://archive.apache.org/dist/kafka/{{ kafka_version }}/{{ kafka_archive }}.tgz"

jmx_exporter_version: "0.20.0"
Expand Down

0 comments on commit 7b47db0

Please sign in to comment.