Skip to content

Commit 2cb41d9

Browse files
committed
chore: Bump to GNOME 45
1 parent a621ece commit 2cb41d9

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/flatpak.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build-linux:
99
runs-on: ubuntu-latest
1010
container:
11-
image: bilelmoussaoui/flatpak-github-actions:gnome-44
11+
image: bilelmoussaoui/flatpak-github-actions:gnome-45
1212
options: --privileged
1313
steps:
1414
- uses: actions/checkout@v3

com.pojtinger.felicitas.Multiplex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id": "com.pojtinger.felicitas.Multiplex",
33
"runtime": "org.gnome.Platform",
4-
"runtime-version": "44",
4+
"runtime-version": "45",
55
"sdk": "org.gnome.Sdk",
66
"sdk-extensions": ["org.freedesktop.Sdk.Extension.golang"],
77
"command": "multiplex",

dependencies.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
},
4444
{
4545
"type": "archive",
46-
"url": "https://proxy.golang.org/github.com/pojntfx/weron/@v/v0.2.5.zip",
46+
"url": "https://proxy.golang.org/github.com/pojntfx/weron/@v/v0.2.6.zip",
4747
"strip-components": 3,
4848
"dest": "vendor/github.com/pojntfx/weron",
49-
"sha256": "56a71835f7e7af0cc3d0887126935568a5eab69cbdf4b4f68d243adc2a12761f"
49+
"sha256": "bd128e4979e6c2e6ed8d5f61e47d68e9aea31f8c647443e985b28bb438f6e028"
5050
},
5151
{
5252
"type": "archive",

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/mitchellh/mapstructure v1.5.0
1010
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
1111
github.com/pojntfx/htorrent v0.5.3
12-
github.com/pojntfx/weron v0.2.5
12+
github.com/pojntfx/weron v0.2.6
1313
github.com/rs/zerolog v1.30.0
1414
github.com/teivah/broadcast v0.1.0
1515
github.com/teris-io/shortid v0.0.0-20220617161101-71ec9f2aa569

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ github.com/pojntfx/go-auth-utils v0.1.0 h1:nM19hBX3zIs/tTv1ZAJN+m5occkUPQUKJtWG6
303303
github.com/pojntfx/go-auth-utils v0.1.0/go.mod h1:0GYzRzRxJ+sbMl1sJ3Ko0M4GAHJF2sWkL/MAqQmf5yc=
304304
github.com/pojntfx/htorrent v0.5.3 h1:blZGJWmdOlTuJKx7wc/PZVDwAwtqPgymG0A0jrlIBDM=
305305
github.com/pojntfx/htorrent v0.5.3/go.mod h1:JBa9y1Jh8iqz8S14fPDhR0e4ujk6PDiUERssNvpRSbE=
306-
github.com/pojntfx/weron v0.2.5 h1:KaUdJl1RY4HyQ42whwOGj6Uaf1uJ19xvcjuCB73oOX4=
307-
github.com/pojntfx/weron v0.2.5/go.mod h1:dnxOXCpQ0bgITpa7Uax/UYdpBJ+I32LzBhmHu+RT6gA=
306+
github.com/pojntfx/weron v0.2.6 h1:WdxChtSlGk/04pRlBerWc5d1D5020bHpaZvzV0MOimw=
307+
github.com/pojntfx/weron v0.2.6/go.mod h1:dnxOXCpQ0bgITpa7Uax/UYdpBJ+I32LzBhmHu+RT6gA=
308308
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
309309
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829/go.mod h1:p2iRAGwDERtqlqzRXnrOVns+ignqQo//hLXqYxZYVNs=
310310
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=

modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ github.com/pojntfx/go-auth-utils/pkg/authn/oidc
323323
github.com/pojntfx/htorrent/pkg/api/http/v1
324324
github.com/pojntfx/htorrent/pkg/client
325325
github.com/pojntfx/htorrent/pkg/server
326-
# github.com/pojntfx/weron v0.2.5
326+
# github.com/pojntfx/weron v0.2.6
327327
## explicit; go 1.18
328328
github.com/pojntfx/weron/internal/api/websocket
329329
github.com/pojntfx/weron/internal/encryption

0 commit comments

Comments
 (0)