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 firefox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ RUN set -eux; \

# https://support.mozilla.org/kb/install-firefox-linux#w_install-firefox-deb-package-for-debian-based-distributions
# https://www.mozilla.org/en-US/firefox/releases/
ENV FIREFOX_VERSION 147.0.3
ENV FIREFOX_DEB_VERSION 147.0.3~build1
ENV FIREFOX_VERSION 147.0.4
ENV FIREFOX_DEB_VERSION 147.0.4~build1

RUN set -eux; \
savedAptMark="$(apt-mark showmanual)"; \
Expand Down
8 changes: 4 additions & 4 deletions firefox/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"filename": "pool/mozilla/firefox_147.0.3~build1_amd64_91a17a0ab514baf7c27420b596fb8b11.deb",
"sha256": "5264a9d13eadb8e80fa3e38aa77e36fd775544006664d808e628c49d46a16034",
"url": "http://packages.mozilla.org/apt/pool/mozilla/firefox_147.0.3~build1_amd64_91a17a0ab514baf7c27420b596fb8b11.deb",
"version": "147.0.3~build1"
"filename": "pool/mozilla/firefox_147.0.4~build1_amd64_6f839e9e304b1dac45fad51d45c27c81.deb",
"sha256": "56b42ef6371ede923719fe2e9dd673f72872e11441692ef31913c23b5e4aff27",
"url": "http://packages.mozilla.org/apt/pool/mozilla/firefox_147.0.4~build1_amd64_6f839e9e304b1dac45fad51d45c27c81.deb",
"version": "147.0.4~build1"
}
2 changes: 1 addition & 1 deletion lutris/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN set -eux; \
ENV LANG en_US.UTF-8

# https://github.com/lutris/lutris/releases
ENV LUTRIS_VERSION 0.5.18
ENV LUTRIS_VERSION 0.5.20

RUN set -eux; \
# turn "0.5.10-beta1" into "0.5.10_beta1" for the deb filename
Expand Down
8 changes: 4 additions & 4 deletions lutris/versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"commit": "70adad87231e57b73c838bcd20f084f242d6ae4c",
"ref": "refs/tags/v0.5.18",
"tag": "v0.5.18",
"version": "0.5.18"
"commit": "c45a98a42b71b799d7169abd6ef3bd25f0065f9b",
"ref": "refs/tags/v0.5.20^{}",
"tag": "v0.5.20",
"version": "0.5.20"
}
6 changes: 3 additions & 3 deletions nolibc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ RUN set -eux; \
# https://kernel.org/
# https://kernel.org/releases.json
# https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Makefile?h=linux-rolling-stable
# 2026-02-11
ENV LINUX_VERSION 6.18.10
ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.18.10.tar.xz
# 2026-02-16
ENV LINUX_VERSION 6.19.2
ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.19.2.tar.xz
# https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/tools/include/nolibc?h=linux-rolling-stable
# https://github.com/gregkh/linux/commits/linux-rolling-stable/tools/include/nolibc
# https://github.com/torvalds/linux/commits/master/tools/include/nolibc
Expand Down
20 changes: 10 additions & 10 deletions nolibc/versions.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"linux": {
"moniker": "stable",
"version": "6.18.10",
"version": "6.19.2",
"iseol": false,
"released": {
"timestamp": 1770813728,
"isodate": "2026-02-11"
"timestamp": 1771258310,
"isodate": "2026-02-16"
},
"source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.18.10.tar.xz",
"pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.18.10.tar.sign",
"source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.19.2.tar.xz",
"pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.19.2.tar.sign",
"patch": {
"full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.18.10.xz",
"incremental": "https://cdn.kernel.org/pub/linux/kernel/v6.x/incr/patch-6.18.9-10.xz"
"full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.19.2.xz",
"incremental": "https://cdn.kernel.org/pub/linux/kernel/v6.x/incr/patch-6.19.1-2.xz"
},
"changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.18.10",
"gitweb": "https://git.kernel.org/stable/h/v6.18.10",
"diffview": "https://git.kernel.org/stable/ds/v6.18.10/v6.18.9"
"changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.19.2",
"gitweb": "https://git.kernel.org/stable/h/v6.19.2",
"diffview": "https://git.kernel.org/stable/ds/v6.19.2/v6.19.1"
},
"arches": {
"amd64": {
Expand Down
Loading