Skip to content

Commit

Permalink
Merge pull request #16 from arif-ali/mutt-arif-snap-core24
Browse files Browse the repository at this point in the history
Update to core24
  • Loading branch information
jnsgruk authored Jun 21, 2024
2 parents 21bec9d + dbd32db commit 6b105ac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/plug-declaration.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"personal-files": { "allow-installation": true }
"personal-files": { "allow-installation": "true" }
}
2 changes: 1 addition & 1 deletion snap/local/bin/mutt-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

# Run the configure hook which sets defaults for any config options
"${SNAP}/snap/hooks/configure"
"${SNAP}/meta/hooks/configure"

export HOME="$SNAP_USER_COMMON"

Expand Down
15 changes: 8 additions & 7 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,17 @@ source-code: https://github.com/snapcrafters/mutt
website: https://mutt.org
icon: snap/mutt.png

base: core22
base: core24
grade: stable
confinement: strict

architectures:
- build-on: amd64
- build-on: armhf
- build-on: arm64
- build-on: s390x
- build-on: ppc64el
platforms:
amd64:
armhf:
arm64:
s390x:
ppc64el:
build-on: [amd64, armhf, arm64, s390x, ppc64el]

apps:
mutt:
Expand Down

0 comments on commit 6b105ac

Please sign in to comment.