Skip to content

Commit 713f045

Browse files
committed
Update to 1.28.0
1 parent b761398 commit 713f045

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

io.atom.Atom.appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</screenshot>
2020
</screenshots>
2121
<releases>
22-
<release version="1.27.2" date="2018-05-31"/>
22+
<release version="1.28.0" date="2018-06-21"/>
2323
</releases>
2424
<kudos>
2525
<kudo>HiDpiIcon</kudo>

io.atom.Atom.json

+3-15
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"app-id": "io.atom.Atom",
33
"branch": "stable",
4-
"base": "io.atom.electron.BaseApp",
4+
"base": "org.electronjs.Electron2.BaseApp",
55
"base-version": "stable",
66
"runtime": "org.freedesktop.Sdk",
77
"runtime-version": "1.6",
@@ -63,8 +63,8 @@
6363
"sources": [
6464
{
6565
"type": "file",
66-
"url": "https://atom-installer.github.com/v1.27.2/atom-amd64.deb",
67-
"sha256": "5bfcf50d9fd3f9a79df8011df2591caa538595531acfdf651588692548d83177"
66+
"url": "https://atom-installer.github.com/v1.28.0/atom-amd64.deb",
67+
"sha256": "f0bc60f651f3a27a525da936d70b1a45eaf32d3adc543caf4f0b9f844c18094c"
6868
},
6969
{
7070
"type": "file",
@@ -126,18 +126,6 @@
126126
"commands": ["autoreconf -f"]
127127
}
128128
]
129-
},
130-
{
131-
"name": "xkbfile",
132-
"cleanup": ["/include", "/lib/*.la", "/lib/pkgconfig"],
133-
"config-opts": ["--disable-static"],
134-
"sources": [
135-
{
136-
"type": "archive",
137-
"url": "https://www.x.org/releases/individual/lib/libxkbfile-1.0.9.tar.bz2",
138-
"sha256": "51817e0530961975d9513b773960b4edd275f7d5c72293d5a151ed4f42aeb16a"
139-
}
140-
]
141129
}
142130
]
143131
}

0 commit comments

Comments
 (0)