Skip to content

Commit

Permalink
Merge pull request #1083 from nohal/draw_macos
Browse files Browse the repository at this point in the history
Fixed ocpn_draw_pi package for macOS
  • Loading branch information
bdbcat authored Feb 14, 2024
2 parents ca296ae + ccb5dee commit 32b36f1
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin version="1">
<name> OCPN Draw </name>
<version> 1.8.46.0 </version>
<release> 0 </release>
<version> 1.8.46.1 </version>
<release> 1 </release>
<summary> Drawing Plugin to allow extra objects to be drawn and used within OCPN </summary>

<api-version> 1.17 </api-version>
<open-source> yes </open-source>
<author> Jon Gough </author>
<source> https://github.com/jongough/ocpn_draw_pi </source>
<source> https://github.com/jongough/ocpn_draw_pi.git </source>

<description>
OCPN_DRAW (OD) is a plugin that extends the capability of OCPN to include non-standard object: Boundaries, Boundary Points, Text Points, Dead Reckoning paths, Electronic Bearing Lines (EBL) and Guard Zones. The plugin also has an API to allow other plugins to directly interact with it.
Expand All @@ -20,7 +20,7 @@ OCPN_DRAW (OD) is a plugin that extends the capability of OCPN to include non-st
<target-version>11.4</target-version>
<target-arch>arm64;x86_64</target-arch>
<tarball-url>
https://dl.cloudsmith.io/public/opencpn/ocpn_draw-prod/raw/names/ocpn_draw_pi-1.8.46.0-darwin-wx32-arm64-x86_64-11.4-macos-tarball/versions/V1.8.46.0/ocpn_draw_pi-1.8.46.0-darwin-wx32-arm64-x86_64-11.4-macos.tar.gz
https://dl.cloudsmith.io/public/nohal/opencpn-plugins/raw/names/ocpn_draw_pi-1.8.46.1-darwin-arm64-x86_64-14.3.1-tarball/versions/V1.8.46.1/ocpn_draw_pi-1.8.46.1-darwin-arm64-x86_64-14.3.1.tar.gz
</tarball-url>
<info-url> https://opencpn.org/OpenCPN/plugins/draw.html </info-url>
</plugin>

0 comments on commit 32b36f1

Please sign in to comment.