Skip to content

Commit

Permalink
Merge pull request #867 from tianon/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
tianon authored Dec 3, 2024
2 parents 7e881ee + b858953 commit 7faac55
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion beets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

FROM python:3.12-slim-bookworm

ENV BEETS_VERSION 2.1.0
ENV BEETS_VERSION 2.2.0

RUN set -eux; \
pip install --no-cache-dir "beets == $BEETS_VERSION"; \
Expand Down
2 changes: 1 addition & 1 deletion beets/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.0",
"version": "2.2.0",
"python": {
"version": "3.12",
"from": "python:3.12-slim-bookworm",
Expand Down
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.17
ENV LUTRIS_VERSION 0.5.18

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": "d3fd93dfe6d4017592c3296ae04d4d23e4dba98d",
"ref": "refs/tags/v0.5.17",
"tag": "v0.5.17",
"version": "0.5.17"
"commit": "70adad87231e57b73c838bcd20f084f242d6ae4c",
"ref": "refs/tags/v0.5.18",
"tag": "v0.5.18",
"version": "0.5.18"
}
2 changes: 1 addition & 1 deletion microsoft-edge/beta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN set -eux; \
} | tee /etc/default/microsoft-edge-beta

# https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-beta/
ENV EDGE_VERSION 132.0.2957.11-1
ENV EDGE_VERSION 132.0.2957.26-1

RUN set -eux; \
apt-get update; \
Expand Down
4 changes: 2 additions & 2 deletions microsoft-edge/beta/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"sha256": "8b9d6daab918be3afb218c00bbb0d7b7bfafd5dca333f6853dc50eaf5138dd99",
"version": "132.0.2957.11-1"
"sha256": "c3eacfbb10944718849cbeabd81735b44a104f731bd731f030bdfed61ad919a2",
"version": "132.0.2957.26-1"
}

0 comments on commit 7faac55

Please sign in to comment.