Skip to content

Commit

Permalink
Update epiphany-45.3.tar.xz to 46.0 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
elementaryBot authored May 8, 2024
1 parent 1487ef6 commit 9456015
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false

container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.3-${{ matrix.arch }}
image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.arch }}
options: --privileged

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false

container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.3-${{ matrix.arch }}
image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.arch }}
options: --privileged

steps:
Expand Down
30 changes: 3 additions & 27 deletions org.gnome.epiphany.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"app-id": "org.gnome.Epiphany",
"runtime": "io.elementary.Platform",
"runtime-version": "7.3",
"runtime-version": "8",
"sdk": "io.elementary.Sdk",
"command": "epiphany",
"finish-args": [
Expand All @@ -16,30 +16,6 @@
"--own-name=org.gnome.Epiphany.WebAppProvider"
],
"modules": [
{
"name": "libportal",
"buildsystem": "meson",
"config-opts": [
"-Dbackend-gtk3=disabled",
"-Dbackend-gtk4=enabled",
"-Dbackend-qt5=disabled",
"-Dintrospection=false",
"-Ddocs=false"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/flatpak/libportal/releases/download/0.7.1/libportal-0.7.1.tar.xz",
"sha256": "297b90b263fad22190a26b8c7e8ea938fe6b18fb936265e588927179920d3805",
"x-checker-data": {
"type": "json",
"url": "https://api.github.com/repos/flatpak/libportal/releases/latest",
"version-query": ".tag_name",
"url-query": ".assets[] | select(.name==\"libportal-\" + $version + \".tar.xz\") | .browser_download_url"
}
}
]
},
{
"name": "epiphany",
"buildsystem": "meson",
Expand All @@ -49,8 +25,8 @@
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/epiphany/45/epiphany-45.3.tar.xz",
"sha256": "6c302e9bdd66290cb0e26f62843cd4c435a4955abdbb4f151f07dc80495d6730",
"url": "https://download.gnome.org/sources/epiphany/46/epiphany-46.0.tar.xz",
"sha256": "f4348f2cf51c07c0c106d130172d4d23f2cd4068771e1de007b758ca2ade5660",
"x-checker-data": {
"type": "gnome",
"name": "epiphany"
Expand Down

0 comments on commit 9456015

Please sign in to comment.