Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ curse_project_id=1037738
modrinth_project_id=F1gm4RsH

ceres_version=0.0.6
sedna_version=2.0.13
sedna_buildroot_version=0.0.70
sedna_version=3.1.0
sedna_buildroot_version=0.0.72-oc2r1
network_lib_version=1.0.4
jei_version=19.44.0.403
native_networking_repo=North-Western-Development/oc2r-native-networking
Expand Down
4 changes: 2 additions & 2 deletions scripts/download-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ EOF

# Versions must match build.gradle / gradle.properties
CERES_VERSION="0.0.6"
SEDNA_VERSION="2.0.13"
SEDNA_VERSION="3.1.0"
# Custom build: minux 0.0.71 + kernel 6.12.104 with CONFIG_9P_FS=y (from minux
# master, commit a49110a1). Hosted on the OC2R "bundled-deps" release until a
# fixed upstream minux release (>= 0.0.72) is published.
Expand All @@ -86,7 +86,7 @@ install_maven "li/cil/ceres" "ceres" "${CERES_VERSION}" \
"https://github.com/fnuecke/ceres/releases/download/${CERES_VERSION}/ceres-${CERES_VERSION}.jar"

install_maven "li/cil/sedna" "sedna" "${SEDNA_VERSION}" \
"https://github.com/North-Western-Development/sedna/releases/download/${SEDNA_VERSION}/sedna-${SEDNA_VERSION}%2Bbe63555.jar"
"https://github.com/fnuecke/sedna/releases/download/${SEDNA_VERSION}/sedna-${SEDNA_VERSION}.jar"

install_maven "li/cil/sedna" "sedna-buildroot" "${SEDNA_BUILDROOT_VERSION}" \
"https://github.com/TumRedSun/OC2R/releases/download/bundled-deps/sedna-buildroot-${SEDNA_BUILDROOT_VERSION}.jar"
Expand Down
Loading