Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump(main/osmium-tool): 1.17.0 #22922

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions packages/osmium-tool/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ TERMUX_PKG_DESCRIPTION="A multipurpose command line tool based on the Osmium Lib
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_LICENSE_FILE="LICENSE.txt"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.16.0"
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION="1.17.0"
TERMUX_PKG_SRCURL=https://github.com/osmcode/osmium-tool/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f98454d9f901be42e0b6751aef40106d734887ee35190c224b174c2f27ef1c0f
TERMUX_PKG_SHA256=a7c8e5ee108258a3867c21e80d8bf50ee5b7784c56a12523750d882814e3d6df
TERMUX_PKG_DEPENDS="boost, libbz2, libc++, libexpat, liblz4, zlib"
TERMUX_PKG_BUILD_DEPENDS="boost-headers, libosmium, libprotozero"
TERMUX_PKG_BUILD_DEPENDS="boost-headers, libosmium, libprotozero, nlohmann-json"
TERMUX_PKG_GROUPS="science"
TERMUX_PKG_AUTO_UPDATE=true
Loading