Skip to content

Commit

Permalink
update to 115.17.0 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfschumann authored Oct 28, 2024
1 parent cfb1f03 commit cabdf98
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .build-date
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20241011122353
20241028060148
1 change: 1 addition & 0 deletions .known-tags
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
115.15.0-bb32-build2
115.16.0-bb33
115.16.1-bb34
115.17.0-bb35
115.2.0-bb10
115.2.0-bb10-build2a-aka-refresh
115.2.0-bb10-build2-aka-refresh
Expand Down
2 changes: 1 addition & 1 deletion distribution.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[Global]
id=eu.betterbird.Betterbird
version=3d3f3eb
version=fbd0234
about=Betterbird Flatpak Build: https://github.com/flathub/eu.betterbird.Betterbird

[Preferences]
Expand Down
4 changes: 2 additions & 2 deletions eu.betterbird.Betterbird.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@
{
"type": "git",
"url": "https://github.com/Betterbird/thunderbird-patches.git",
"commit": "3d3f3eb19e1a4c177619061d22174d22c48b472c",
"commit": "fbd0234d88efeb8546bce1fc942c39fe9a94bf10",
"dest": "thunderbird-patches",
"tag": "115.16.1-bb34"
"tag": "115.17.0-bb35"
},
{
"type": "file",
Expand Down
18 changes: 2 additions & 16 deletions thunderbird-sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
},
{
"type": "archive",
"url": "https://dl.mfs.name/firefox-115.16.0esr.source.tar.xz",
"sha256": "d67f6611d55cdaa2e4e90a3eba332dcee2f6bf74a7842e928996db62e4aa801f"
"url": "https://dl.mfs.name/firefox-115.17.0esr.source.tar.xz",
"sha256": "80f184a102a743ee75401e86dd86af0be5f1e5ebf07c81119d9ca77422d716c3"
},
{
"type": "file",
Expand Down Expand Up @@ -185,20 +185,6 @@
"dest": "patches/",
"dest-filename": "1896960-fix-colour-picker-m-c.patch"
},
{
"type": "file",
"url": "https://hg.mozilla.org/releases/mozilla-esr115/raw-rev/9454a2277178",
"sha256": "71bfa585dd52eedb05fcdfdadfb9d13b500b76e07872d91deb9e7c0e012f2d0d",
"dest": "patches/",
"dest-filename": "1923344-security-fix-m-c.patch"
},
{
"type": "file",
"url": "https://hg.mozilla.org/releases/mozilla-esr115/raw-rev/20d75b10249b",
"sha256": "d173af44f0168c4ae8ab410591a41bd70177a1d1d9e2f39fd360b4b2a3d3af0c",
"dest": "patches/",
"dest-filename": "ff-115.16.1-m-c.patch"
},
{
"type": "file",
"url": "https://hg.mozilla.org/comm-central/raw-rev/83daba9c6525",
Expand Down
6 changes: 3 additions & 3 deletions update-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -eo pipefail
set -eo pipefail -x

script_args=()
force=false
Expand Down Expand Up @@ -77,8 +77,8 @@ fi
TZ='Europe/Berlin' date '+%Y%m%d%H%M%S' > $BUILD_DATE_FILE

# get base URL for sources from appdata.xml
source_archive=$(cat $APPDATA_FILE | sed -rz 's@.+<artifact type="source">\s*<location>([^<]+)<\/location>.+@\1@')
base_url="${source_archive%/source/*}"
source_archive="https://archive.mozilla.org/pub/thunderbird/candidates/115.15.0-candidates/build1/source/thunderbird-115.15.0.source.tar.xz"
base_url="https://archive.mozilla.org/pub/thunderbird/candidates/115.15.0-candidates/build1"

# write new sources file
echo '[' >"$SOURCES_FILE"
Expand Down

0 comments on commit cabdf98

Please sign in to comment.