Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/hgy59/spksrc into update_…
Browse files Browse the repository at this point in the history
…cli-file
  • Loading branch information
hgy59 committed Jan 6, 2025
2 parents d9d3ea8 + 87bc789 commit 51d789d
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion cross/boost/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PKG_NAME = boost
PKG_VERS = 1.78.0
PKG_EXT = tar.bz2
PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT)
PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source
PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source
PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS))

DEPENDS = cross/bzip2 cross/zlib
Expand Down
4 changes: 2 additions & 2 deletions cross/boost_1.68/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PKG_NAME = boost
PKG_VERS = 1.68.0
PKG_EXT = tar.bz2
PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT)
PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source
PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source
PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS))

DEPENDS = cross/bzip2 cross/zlib
Expand All @@ -18,7 +18,7 @@ CONFIGURE_TARGET = boost_configure
COMPILE_TARGET = boost_compile
INSTALL_TARGET = boost_install

# Build all if not told otherwise (we exclude python library when "all" selected)
# Build all if not told otherwise (we exclude python library when "all" selected)
BOOST_LIBRARIES ?= all

# Expect already built python when python library selected
Expand Down
4 changes: 2 additions & 2 deletions cross/boost_1.70/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PKG_NAME = boost
PKG_VERS = 1.70.0
PKG_EXT = tar.bz2
PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT)
PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source
PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source
PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS))

DEPENDS = cross/bzip2 cross/zlib
Expand All @@ -19,7 +19,7 @@ CONFIGURE_TARGET = boost_configure
COMPILE_TARGET = boost_compile
INSTALL_TARGET = boost_install

# Build all if not told otherwise (we exclude python library when "all" selected)
# Build all if not told otherwise (we exclude python library when "all" selected)
BOOST_LIBRARIES ?= all

# Expect already built python when python library selected
Expand Down
4 changes: 2 additions & 2 deletions cross/boost_1.78/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PKG_NAME = boost
PKG_VERS = 1.78.0
PKG_EXT = tar.bz2
PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT)
PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source
PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source
PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS))

DEPENDS = cross/bzip2 cross/zlib
Expand All @@ -16,7 +16,7 @@ PRE_COMPILE_TARGET = boost_pre_compile
COMPILE_TARGET = boost_compile
INSTALL_TARGET = boost_install

# Build all if not told otherwise (we exclude python library when "all" selected)
# Build all if not told otherwise (we exclude python library when "all" selected)
BOOST_LIBRARIES ?= all

# Expect already built python when python library selected
Expand Down
4 changes: 2 additions & 2 deletions cross/boost_1.82/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PKG_NAME = boost
PKG_VERS = 1.82.0
PKG_EXT = tar.bz2
PKG_DIST_NAME = $(PKG_NAME)_$(subst .,_,$(PKG_VERS)).$(PKG_EXT)
PKG_DIST_SITE = https://boostorg.jfrog.io/artifactory/main/release/$(PKG_VERS)/source
PKG_DIST_SITE = https://archives.boost.io/release/$(PKG_VERS)/source
PKG_DIR = $(PKG_NAME)_$(subst .,_,$(PKG_VERS))

DEPENDS = cross/bzip2 cross/zlib
Expand All @@ -16,7 +16,7 @@ PRE_COMPILE_TARGET = boost_pre_compile
COMPILE_TARGET = boost_compile
INSTALL_TARGET = boost_install

# Build all if not told otherwise (we exclude python library when "all" selected)
# Build all if not told otherwise (we exclude python library when "all" selected)
BOOST_LIBRARIES ?= all

# Expect already built python when python library selected
Expand Down
2 changes: 1 addition & 1 deletion cross/lua/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = lua
PKG_VERS = 5.4.4
PKG_VERS = 5.4.7
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://www.lua.org/ftp
Expand Down
2 changes: 1 addition & 1 deletion cross/lua/PLIST
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ bin:bin/lua
bin:bin/luac
lib:lib/liblua.so
lnk:lib/liblua.so.5.4
lnk:lib/liblua.so.5.4.4
lnk:lib/liblua.so.5.4.7

6 changes: 3 additions & 3 deletions cross/lua/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
lua-5.4.4.tar.gz SHA1 03c27684b9d5d9783fb79a7c836ba1cdc5f309cd
lua-5.4.4.tar.gz SHA256 164c7849653b80ae67bec4b7473b884bf5cc8d2dca05653475ec2ed27b9ebf61
lua-5.4.4.tar.gz MD5 bd8ce7069ff99a400efd14cf339a727b
lua-5.4.7.tar.gz SHA1 29b54f97dab8631f52ee21a44871622eaefbe235
lua-5.4.7.tar.gz SHA256 9fbf5e28ef86c69858f6d3d34eccc32e911c1a28b4120ff3e84aaa70cfbf1e30
lua-5.4.7.tar.gz MD5 fc3f3291353bbe6ee6dec85ee61331e8
5 changes: 3 additions & 2 deletions native/nodejs/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
PKG_NAME = nodejs
# https://github.com/nodejs/release#release-schedule
# v18 is Maintenance Version "Hydrogen" since 2023-10-18 with EOL at 2025-04-30
# v20 is LTS Version "Iron" from 2023-10-24 to 2024-10-22 with EOL at 2026-04-30
PKG_VERS = 20.18.1
# v20 is Maintenance Version "Iron" since 2024-10-22 with EOL at 2026-04-30
# v22 is LTS Version "Jod" from 2024-10-29 to 2025-10-21 with EOL at 2027-04-30
PKG_VERS = 22.12.0
PKG_EXT = tar.xz
PKG_DIST_NAME = node-v$(PKG_VERS)-linux-x64.$(PKG_EXT)
PKG_DIST_SITE = https://nodejs.org/dist/v$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions native/nodejs/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node-v20.18.1-linux-x64.tar.xz SHA1 99748a5efc3162deb6377061105c414671f9f6bd
node-v20.18.1-linux-x64.tar.xz SHA256 c6fa75c841cbffac851678a472f2a5bd612fff8308ef39236190e1f8dbb0e567
node-v20.18.1-linux-x64.tar.xz MD5 ef5705b0f1020a352260a9198d57220f
node-v22.12.0-linux-x64.tar.xz SHA1 f686e1d39682f5ada2b165e737eb136521f5a519
node-v22.12.0-linux-x64.tar.xz SHA256 22982235e1b71fa8850f82edd09cdae7e3f32df1764a9ec298c72d25ef2c164f
node-v22.12.0-linux-x64.tar.xz MD5 6b4a8df45195924e4d0021577cce823f
8 changes: 4 additions & 4 deletions spk/lua/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
SPK_NAME = lua
SPK_VERS = 5.4.4
SPK_REV = 4
SPK_VERS = 5.4.7
SPK_REV = 5
SPK_ICON = src/lua.png

DEPENDS = cross/$(SPK_NAME)
DEPENDS = cross/lua

MAINTAINER = eelcohn
MAINTAINER_URL = https://www.lua.org/
Expand All @@ -12,7 +12,7 @@ HELPURL = https://www.lua.org/start.html
DESCRIPTION = Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.
DISPLAY_NAME = Lua
STARTABLE = no
CHANGELOG = "Update lua to v5.4.4"
CHANGELOG = "Update lua to v5.4.7"

HOMEPAGE = https://www.lua.org
LICENSE = MIT
Expand Down

0 comments on commit 51d789d

Please sign in to comment.