Skip to content

Commit a27822c

Browse files
committed
CHANGE: including download link to Rebol/Easing extension and updated Rebol/SQLite
1 parent 8503e07 commit a27822c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/boot/sysobj.reb

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ REBOL [
33
Title: "System object"
44
Rights: {
55
Copyright 2012 REBOL Technologies
6-
Copyright 2012-2021 Rebol Open Source Contributors
6+
Copyright 2012-2023 Rebol Open Source Contributors
77
REBOL is a trademark of REBOL Technologies
88
}
99
License: {
@@ -148,7 +148,8 @@ modules: object [
148148
help: none
149149
;; external native extensions
150150
blend2d: https://github.com/Siskin-framework/Rebol-Blend2D/releases/download/0.0.18.1/
151-
sqlite: https://github.com/Siskin-framework/Rebol-SQLite/releases/download/3.38.5.0/
151+
easing: https://github.com/Siskin-framework/Rebol-Easing/releases/download/1.0.0/
152+
sqlite: https://github.com/Siskin-framework/Rebol-SQLite/releases/download/3.40.1.0/
152153
triangulate: https://github.com/Siskin-framework/Rebol-Triangulate/releases/download/1.6.0.0/
153154
;; optional modules, protocol and codecs
154155
httpd: https://src.rebol.tech/modules/httpd.reb

0 commit comments

Comments
 (0)