From 71822d47a5bc767d4c832b5f6a129f0c110cb013 Mon Sep 17 00:00:00 2001 From: Dawei Huang Date: Thu, 14 Aug 2025 11:56:50 +0200 Subject: [PATCH] osmosis: Add version 0.49.2 --- bucket/osmosis.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bucket/osmosis.json diff --git a/bucket/osmosis.json b/bucket/osmosis.json new file mode 100644 index 0000000000000..e3e5e9e30a6f1 --- /dev/null +++ b/bucket/osmosis.json @@ -0,0 +1,20 @@ +{ + "version": "0.49.2", + "description": "A command line Java application for processing OSM data.", + "homepage": "https://wiki.openstreetmap.org/wiki/Osmosis", + "license": "Public Domain", + "suggest": { + "jre": "temurin-lts-jre" + }, + "url": "https://github.com/openstreetmap/osmosis/releases/download/0.49.2/osmosis-0.49.2.zip", + "hash": "6950f1dfdbe4337ad193b0501309351426c403fab770061c9ddca9a28aefc26d", + "extract_dir": "osmosis-0.49.2", + "bin": "bin/osmosis.bat", + "checkver": { + "github": "https://github.com/openstreetmap/osmosis" + }, + "autoupdate": { + "url": "https://github.com/openstreetmap/osmosis/releases/download/$version/osmosis-$version.zip", + "extract_dir": "osmosis-$version" + } +}