diff options
Diffstat (limited to 'ports/minimp3')
| -rw-r--r-- | ports/minimp3/CONTROL | 2 | ||||
| -rw-r--r-- | ports/minimp3/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/minimp3/CONTROL b/ports/minimp3/CONTROL index 5ff1ab6b2..dda4558e6 100644 --- a/ports/minimp3/CONTROL +++ b/ports/minimp3/CONTROL @@ -1,4 +1,4 @@ Source: minimp3
-Version: 2019-07-24
+Version: 2019-07-24-1
Homepage: https://github.com/lieff/minimp3
Description: Minimalistic, single-header library for decoding MP3. minimp3 is designed to be small, fast (with SSE and NEON support), and accurate (ISO conformant).
\ No newline at end of file diff --git a/ports/minimp3/portfile.cmake b/ports/minimp3/portfile.cmake index 8c31f22d4..8bc4e7e37 100644 --- a/ports/minimp3/portfile.cmake +++ b/ports/minimp3/portfile.cmake @@ -12,4 +12,4 @@ file(COPY ${SOURCE_PATH}/minimp3.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/$ file(COPY ${SOURCE_PATH}/minimp3_ex.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
\ No newline at end of file +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file |
