Skip to content

Commit e59754c

Browse files
authored
chore: support binary library 0.13.0 (#313)
1 parent 696a9fd commit e59754c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ EOF
5959
--------------- [TRY TO DOWNLOAD PRE-BUILT BINARY] ---------------
6060
The library was not found at <${LIBPRQLR_PATH}>.
6161
Trying to download pre-built binary from the Internet.
62-
$("${R_HOME}/bin${R_ARCH_BIN}/Rscript" "tools/prep-lib.R" || echo "Failed to download pre-built binary.")
62+
$("${R_HOME}/bin${R_ARCH_BIN}/Rscript" "tools/prep-lib.R" && echo "Done!" || echo "Failed to download pre-built binary.")
6363
------------------------------------------------------------------
6464
EOF
6565
fi
@@ -69,7 +69,7 @@ EOF
6969
------------------------ [COPYING BINARY] ------------------------
7070
Copying <${LIBPRQLR_PATH}> to <${LIBPRQLR_DEFAULT_PATH}>.
7171
$(mkdir -p "$(dirname "${LIBPRQLR_DEFAULT_PATH}")")
72-
$(cp "${LIBPRQLR_PATH}" "${LIBPRQLR_DEFAULT_PATH}" || echo "Failed to copy binary.")
72+
$(cp "${LIBPRQLR_PATH}" "${LIBPRQLR_DEFAULT_PATH}" && echo "Done!" || echo "Failed to copy binary.")
7373
------------------------------------------------------------------
7474
EOF
7575
fi

tools/lib-sums.tsv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
url sha256sum
2+
https://github.com/PRQL/prqlc-r/releases/download/lib-v0.13.0/libprqlr-0.13.0-aarch64-apple-darwin.tar.gz 1b83bf8eda8341b0d7dde0ee10aac681e86d48f6e32026f3e9c3d0b061130f8c
3+
https://github.com/PRQL/prqlc-r/releases/download/lib-v0.13.0/libprqlr-0.13.0-aarch64-unknown-linux-musl.tar.gz c6d944886e058c401fa51f47b917a21a231e4b5f09a9b9a36589f06ca6db39e4
4+
https://github.com/PRQL/prqlc-r/releases/download/lib-v0.13.0/libprqlr-0.13.0-x86_64-apple-darwin.tar.gz f1b4dc4cc9f33fd66575afd1bf51a50f921929ddbb731265cde2959373abf84d
5+
https://github.com/PRQL/prqlc-r/releases/download/lib-v0.13.0/libprqlr-0.13.0-x86_64-pc-windows-gnu.tar.gz 46c43712e6ede1d011233f300588e555ab58e7312464fa09d86c26e63f688ad2
6+
https://github.com/PRQL/prqlc-r/releases/download/lib-v0.13.0/libprqlr-0.13.0-x86_64-unknown-linux-musl.tar.gz 9f5e5d99b49fa3dff9e702e80960ef8ca452e78737751d01ca5a33f2307c606f

0 commit comments

Comments
 (0)