Skip to content

Commit

Permalink
OZI.build 1.3.2 fix alternate download url
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Aug 26, 2024
1 parent 2dd8660 commit 49d0ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('OZI.build', version : '1.3.1', license : 'apache-2.0')
project('OZI.build', version : '1.3.2', license : 'apache-2.0')
fs = import('fs')
python = import('python').find_installation()
subdir('ozi_build')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ classifiers = [
"Topic :: System :: Archiving :: Packaging",
"Development Status :: 4 - Beta",
]
download-url="https://github.com/OZI-Project/OZI.build/archive/refs/tags/{version}"
download-url="https://github.com/OZI-Project/OZI.build/archive/refs/tags/{version}.tar.gz"
description-file="README.rst"
home-page="https://oziproject.dev"
maintainer-email="[email protected]"
Expand Down

0 comments on commit 49d0ec0

Please sign in to comment.