-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
32 lines (32 loc) · 4.43 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"scripts": {
"evaltool-bin": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/inertialsense/inertial-sense-sdk/releases/latest | grep -oP '(?<=\"tag_name\": \")(\\d+?\\.){2}\\d[\\.]?[a-z]?'",
"cloudcompare": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/CloudCompare/CloudCompare/tags | grep -m1 -o -P '(\\d+)\\.(\\d+)\\.(\\d+)(?=\")'",
"ignition-cmake": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/ignitionrobotics/ign-cmake/tags | grep -m1 -o -P '(\\d+)\\.(\\d+)\\.(\\d+)(?=\")'",
"ignition-common": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/ignitionrobotics/ign-common/tags | grep -m1 '\"name\": \"ignition-common' | cut -d'\"' -f4 | cut -d'_' -f2",
"ignition-math": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/ignitionrobotics/ign-math/tags | grep name | grep -v pre -m1 | cut -d'\"' -f4 | cut -d'_' -f2",
"onboard-sdk": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/dji-sdk/Onboard-SDK/releases/latest | grep tag_name | cut -d'\"' -f4",
"ros-noetic-mavlink": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/mavlink/mavlink-gbp-release/tags | grep -m1 name | cut -d'\"' -f4 | cut -d'/' -f2",
"ros-noetic-imu-complementary-filter": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/CCNYRoboticsLab/imu_tools/tags | grep -m1 -o -P '1\\.(\\d+)\\.(\\d+)(?=\")'",
"ros-noetic-imu-filter-madgwick": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/CCNYRoboticsLab/imu_tools/tags | grep -m1 -o -P '1\\.(\\d+)\\.(\\d+)(?=\")'",
"ros-noetic-rviz-imu-plugin": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/CCNYRoboticsLab/imu_tools/tags | grep -m1 -o -P '1\\.(\\d+)\\.(\\d+)(?=\")'",
"ros-noetic-nmea-comms": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/ros-drivers/nmea_comms/tags | grep -m1 -o -P '(\\d+)\\.(\\d+)\\.(\\d+)(?=\")'",
"ros-noetic-onboard-sdk-ros": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/dji-sdk/Onboard-SDK-ROS/tags | grep -m1 -o -P '(\\d+)\\.(\\d+)\\.(\\d+)(?=\")'",
"ros-noetic-mavros": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/mavlink/mavros-release/tags | grep -m1 upstream/1 | cut -d'\"' -f4 | cut -d'/' -f2",
"ros-noetic-mavros-msgs": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/mavlink/mavros-release/tags | grep -m1 upstream/1 | cut -d'\"' -f4 | cut -d'/' -f2",
"ros-noetic-libmavconn": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/mavlink/mavros-release/tags | grep -m1 upstream/1 | cut -d'\"' -f4 | cut -d'/' -f2",
"ros-noetic-mavros-extras": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/mavlink/mavros-release/tags | grep -m1 upstream/1 | cut -d'\"' -f4 | cut -d'/' -f2",
"ros-noetic-nmea-msgs": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/ros-drivers/nmea_msgs/releases/latest | grep tag_name | cut -d'\"' -f4",
"rtklib": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/tomojitakasu/RTKLIB/releases/latest | grep tag_name | cut -d'\"' -f4 | tr -d 'v-'",
"python-gtsam": "curl -Ls https://pypi.org/pypi/gtsam/json | jq -r .info.version",
"python-libclang": "curl -Ls https://pypi.org/pypi/libclang/json | jq -r .info.version",
"python-colcon-core": "curl -Ls https://pypi.org/pypi/colcon-core/json | jq -r .info.version",
"python-freqtrade": "curl -Ls https://pypi.org/pypi/freqtrade/json | jq -r .info.version",
"python-py-find-1st": "curl -Ls https://pypi.org/pypi/py-find-1st/json | jq -r .info.version",
"python-pandas-stubs": "curl -Ls https://pypi.org/pypi/pandas-stubs/json | jq -r .info.version",
"python-holidays": "curl -Ls https://pypi.org/pypi/holidays/json | jq -r .info.version",
"python-ouster-sdk": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/ouster-lidar/ouster_example/releases/latest | grep 'html_url' | grep -o -P '\\d+'",
"geoserver-bin": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/geoserver/geoserver/releases/latest | grep 'html_url' | grep -o -P '(\\d+\\.){2}\\d+'",
"xgboost": "curl -sL AchmadFathoni:$GITHUB_TOKEN https://api.github.com/repos/dmlc/xgboost/tags | grep -m1 -o -P '(\\d+)\\.(\\d+)\\.(\\d+)(?=\")'"
}
}