-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Repair/replace VDR_pi for Android, 1.3.37.0
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- https://circleci.com/gh/rgleason/vdr_pi/2109 --> | ||
<plugin version="1"> | ||
<name> VDR </name> | ||
<version> v1.3.37.0 </version> | ||
<release> 0 </release> | ||
<summary> Voyage Data Recorder </summary> | ||
|
||
<api-version> 1.17 </api-version> | ||
<open-source> yes </open-source> | ||
<author> Rick Gleason </author> | ||
<source> </source> | ||
<info-url> https://opencpn.org/OpenCPN/plugins/vdr.html </info-url> | ||
|
||
<description> A Voyage Data Recorder (VDR) to record and play NMEA files. | ||
Save NMEA stream to a file. Replay NMEA stream previously saved. Used to test plugins. | ||
</description> | ||
|
||
<target>android-arm64</target> | ||
<target-version>16</target-version> | ||
<target-arch>arm64</target-arch> | ||
<tarball-url> https://dl.cloudsmith.io/public/opencpn/vdr-prod/raw/names/VDR-v1.3.37.0-android-arm64-A64-16-tarball/versions/v1.3.37.0/VDR-v1.3.37.0_android-arm64-16-arm64.tar.gz </tarball-url> | ||
<tarball-checksum> 911197b1677a05c9d77202970511554ca02946e18562875ef6cb72c0c9c2f776 </tarball-checksum> | ||
</plugin> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- https://circleci.com/gh/rgleason/vdr_pi/2116 --> | ||
<plugin version="1"> | ||
<name> VDR </name> | ||
<version> v1.3.37.0 </version> | ||
<release> 0 </release> | ||
<summary> Voyage Data Recorder </summary> | ||
|
||
<api-version> 1.17 </api-version> | ||
<open-source> yes </open-source> | ||
<author> Rick Gleason </author> | ||
<source> </source> | ||
<info-url> https://opencpn.org/OpenCPN/plugins/vdr.html </info-url> | ||
|
||
<description> A Voyage Data Recorder (VDR) to record and play NMEA files. | ||
Save NMEA stream to a file. Replay NMEA stream previously saved. Used to test plugins. | ||
</description> | ||
|
||
<target>android-armhf</target> | ||
<target-version>16</target-version> | ||
<target-arch>armhf</target-arch> | ||
<tarball-url> https://dl.cloudsmith.io/public/opencpn/vdr-prod/raw/names/VDR-v1.3.37.0-android-armhf-A32-16-tarball/versions/v1.3.37.0/VDR-v1.3.37.0_android-armhf-16-armhf.tar.gz </tarball-url> | ||
<tarball-checksum> 930fca25271461f26277b3a2ae510e18f37925ed8b58b6e0f71342b2f8fb6af1 </tarball-checksum> | ||
</plugin> |