File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 59
59
--------------- [TRY TO DOWNLOAD PRE-BUILT BINARY] ---------------
60
60
The library was not found at <${LIBPRQLR_PATH} >.
61
61
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." )
63
63
------------------------------------------------------------------
64
64
EOF
65
65
fi
69
69
------------------------ [COPYING BINARY] ------------------------
70
70
Copying <${LIBPRQLR_PATH} > to <${LIBPRQLR_DEFAULT_PATH} >.
71
71
$( 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." )
73
73
------------------------------------------------------------------
74
74
EOF
75
75
fi
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments