Sublime Forum

Error when upgrading Sublime Merge to build 2049 on Ubuntu 20.04

#1

I’m on Ubuntu 20.04. I have Sublime Merge build 2047.
When I run sudo apt update there’s a new Sublime Merge build 2049.
When I run sudo apt upgrade I get this:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  sublime-merge
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 4 548 kB of archives.
After this operation, 20,5 kB of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 https://download.sublimetext.com apt/stable/ sublime-merge 2049 [4 548 kB]
Err:1 https://download.sublimetext.com apt/stable/ sublime-merge 2049
  File has unexpected size (4542548 != 4548032). Mirror sync in progress? [IP: 104.236.0.104 443]
  Hashes of expected file:
   - SHA512:f65ce3ca80ff0877da48826a0151036cd8e0bdf28b03d225a03f202262ca1278accdac8e7eb46a22904203750ccf06e3abe496a44f7a4b0c3363076501f72369
   - SHA256:e71fcf37e9d934a60b5112a7b79c819f03f55d331371ec0e9b02378c6234478c
   - SHA1:7fe54a9f7ea5383dbdfc0aae39310e2902c6d7f5 [weak]
   - MD5Sum:fd78a3b986bd7da8b2ebd1f659f5938c [weak]
   - Filesize:4548032 [weak]
E: Failed to fetch https://download.sublimetext.com/files/sublime-merge_build-2049_amd64.deb  File has unexpected size (4542548 != 4548032). Mirror sync in progress? [IP: 104.236.0.104 443]
   Hashes of expected file:
    - SHA512:f65ce3ca80ff0877da48826a0151036cd8e0bdf28b03d225a03f202262ca1278accdac8e7eb46a22904203750ccf06e3abe496a44f7a4b0c3363076501f72369
    - SHA256:e71fcf37e9d934a60b5112a7b79c819f03f55d331371ec0e9b02378c6234478c
    - SHA1:7fe54a9f7ea5383dbdfc0aae39310e2902c6d7f5 [weak]
    - MD5Sum:fd78a3b986bd7da8b2ebd1f659f5938c [weak]
    - Filesize:4548032 [weak]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
2 Likes

#2

Hi @jebacpis,

Thank you for reporting this issue.

We are currently investigating this, and will reach out again once we have more information.

Cheers,
- Dylan

0 Likes

#3

Switching to dev channel by

echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
sudo apt update && sudo apt upgrade

upgrades Sublime Merge to build 2048 and the reported error is gone.
But stable channel produces the reported error, I confirm.

0 Likes

#4

I see that build 2050 has been released - it upgraded without any issues via apt :tada:

Everything works now, thanks!

1 Like

#5

Yes, update to 2050 on stable channel works fine. Thanks for noticing that.

0 Likes