factorio-demo: 1.1.110 -> 2.0.27, fix update script

+6 -6
+1 -1
pkgs/by-name/fa/factorio/update.py
··· 68 needs_auth=True, 69 hash_filename_format=["factorio_linux_{version}.tar.xz"], 70 ), 71 - ReleaseType("demo", hash_filename_format=["factorio_demo_x64_{version}.tar.xz"]), 72 ReleaseType( 73 "headless", 74 hash_filename_format=[
··· 68 needs_auth=True, 69 hash_filename_format=["factorio_linux_{version}.tar.xz"], 70 ), 71 + ReleaseType("demo", hash_filename_format=["factorio-demo_linux_{version}.tar.xz"]), 72 ReleaseType( 73 "headless", 74 hash_filename_format=[
+5 -5
pkgs/by-name/fa/factorio/versions.json
··· 37 }, 38 "stable": { 39 "candidateHashFilenames": [ 40 - "factorio_demo_x64_1.1.110.tar.xz" 41 ], 42 - "name": "factorio_demo_x64-1.1.110.tar.xz", 43 "needsAuth": false, 44 - "sha256": "bddb91dcba9f300c25d590f861772eaf41f0b6ce8ae6b754de00d0e5f3eb5a35", 45 "tarDirectory": "x64", 46 - "url": "https://factorio.com/get-download/1.1.110/demo/linux64", 47 - "version": "1.1.110" 48 } 49 }, 50 "expansion": {
··· 37 }, 38 "stable": { 39 "candidateHashFilenames": [ 40 + "factorio-demo_linux_2.0.27.tar.xz" 41 ], 42 + "name": "factorio_demo_x64-2.0.27.tar.xz", 43 "needsAuth": false, 44 + "sha256": "75938e76d0e730273616e2441ae3c3bc238bb3cfa38d34a43e5fb25a3d1f2323", 45 "tarDirectory": "x64", 46 + "url": "https://factorio.com/get-download/2.0.27/demo/linux64", 47 + "version": "2.0.27" 48 } 49 }, 50 "expansion": {