[Scummvm-git-logs] scummvm-web master -> 7bfa70fa886d4c133e6f0714e9a342092cfc0013

sev- sev at scummvm.org
Thu Oct 14 15:20:12 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
7bfa70fa88 WEB: Fix Ubuntu/debian downloads


Commit: 7bfa70fa886d4c133e6f0714e9a342092cfc0013
    https://github.com/scummvm/scummvm-web/commit/7bfa70fa886d4c133e6f0714e9a342092cfc0013
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-14T18:19:51+03:00

Commit Message:
WEB: Fix Ubuntu/debian downloads

Changed paths:
    data/en/scummvm_downloads.yaml


diff --git a/data/en/scummvm_downloads.yaml b/data/en/scummvm_downloads.yaml
index 0b939c84..c87cd56f 100644
--- a/data/en/scummvm_downloads.yaml
+++ b/data/en/scummvm_downloads.yaml
@@ -141,7 +141,7 @@
     category_icon: ubuntu
     user_agent: ''
     url: '/frs/scummvm/{$release}/scummvm_{$release}-1_ubuntu21.04_amd64.deb'
-    name: 'Ubuntu 21.04 LTS (hirsute) x86 64bit package'
+    name: 'Ubuntu 21.04 (hirsute) x86 64bit package'
     description: ''
 -
     enabled: true
@@ -158,8 +158,8 @@
     subcategory: release
     category_icon: ubuntu
     user_agent: ''
-    url: '/frs/scummvm/{$release}/scummvm_{$release}-1_ubuntu18.04_i386.deb'
-    name: 'Ubuntu 18.04 LTS (bionic) i386 package'
+    url: '/frs/scummvm/{$release}/scummvm_{$release}-1_ubuntu18.04_amd64.deb'
+    name: 'Ubuntu 18.04 LTS (bionic) x86 64bit package'
     description: ''
 -
     enabled: true
@@ -999,7 +999,7 @@
     name: '2.2.0 Ubuntu 19.10 (eoan) i386 package'
     description: ''
 -
-    enabled: false
+    enabled: true
     category: legacy
     subcategory: old
     category_icon: ubuntu




More information about the Scummvm-git-logs mailing list