We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c26fa4 commit 27952acCopy full SHA for 27952ac
snap/snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: eclipse
2
-base: core22
+base: core24
3
4
version: 2024-12
5
summary: Extensible Tool Platform and Java IDE
@@ -13,9 +13,9 @@ description:
13
grade: stable
14
confinement: classic
15
16
-architectures:
17
-- build-on: amd64
18
-- build-on: arm64
+platforms:
+ amd64:
+ arm64:
19
20
apps:
21
eclipse:
@@ -42,9 +42,9 @@ parts:
42
build-attributes:
43
- no-patchelf
44
stage-packages:
45
- - libffi7
+ - libffi8
46
- libfreetype6
47
- - libpng16-16
+ - libpng16-16t64
48
- libgdk-pixbuf2.0-0
49
- libsecret-1-0
50
- libasound2
0 commit comments