releasing FreeCAD 0.20.1

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: releasing FreeCAD 0.20.1

Post by adrianinsaval »

since we already have the libpack builds for windows is there a chance of at least getting the linux and mac builds uploaded anyways?
User avatar
Kartoffelpüre
Posts: 161
Joined: Fri Mar 11, 2022 8:33 am

Re: releasing FreeCAD 0.20.1

Post by Kartoffelpüre »

Please update the Microsoft Winget Repo so we could upgrade from Terminal.

Code: Select all

winget upgrade FreeCAD.FreeCAD
Current Content:

Code: Select all

PS C:\windows\system32> winget show freecad
Gefunden FreeCAD [FreeCAD.FreeCAD]
Version: 0.20.0
Herausgeber: FreeCAD Team
Herausgeber-URL: https://www.freecadweb.org/?lang=de
Herausgeber-Support-URL: https://wiki.freecadweb.org/Main_Page/de
Autor: FreeCAD Team
Moniker: freecad
Beschreibung: Ein freier und quelloffener parametrischer 3D-Modellierer für verschiedenste Plattformen.
Startseite: https://github.com/FreeCAD/FreeCAD
Lizenz: GPL-2.0-or-later
Lizenz-URL: https://github.com/FreeCAD/FreeCAD/blob/master/LICENSE
Copyright: Copyright (c) Juergen Riegel, Werner Mayer, Yorik van Havre and others 2001-2021
URL der Versionshinweise: https://github.com/FreeCAD/FreeCAD/releases/tag/0.20
Installationsprogramm:
  Typ: nullsoft
  Gebietsschema: en-US
  Download-URL: https://github.com/FreeCAD/FreeCAD/releases/download/0.20/FreeCAD-0.20.0-WIN-x64-installer-1.exe
  SHA256: 939b16ad7979b1446c13b139609efce6b437c9462e4b09390a78ced7489861b0
  Freigabedatum: 2022-06-14
  
User avatar
looo
Veteran
Posts: 3941
Joined: Mon Nov 11, 2013 5:29 pm

Re: releasing FreeCAD 0.20.1

Post by looo »

adrianinsaval wrote: Wed Aug 17, 2022 5:07 pm since we already have the libpack builds for windows is there a chance of at least getting the linux and mac builds uploaded anyways?
I would like to fix the conda windows builds first.
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: releasing FreeCAD 0.20.1

Post by uwestoehr »

Kartoffelpüre wrote: Thu Aug 18, 2022 9:08 am Please update the Microsoft Winget Repo so we could upgrade from Terminal.
Who operates this repository? I have never heard about it yet.

However, you can already use the terminal to upgrade:
- use the latest installer from the assets of the release: https://github.com/FreeCAD/FreeCAD/rele ... ller-1.exe
- run the installer from the command line as described here: https://wiki.freecadweb.org/Installing_on_Windowss
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: releasing FreeCAD 0.20.1

Post by uwestoehr »

looo wrote: Thu Aug 18, 2022 1:16 pm I would like to fix the conda windows builds first.
Thanks for working on this!

However, since we have a working Windows build, it would be better to build now the MacOS and Linux builds that I can make the release announcement. I will announce that the Conda Win version will follow later.
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: releasing FreeCAD 0.20.1

Post by adrianinsaval »

uwestoehr wrote: Thu Aug 18, 2022 1:18 pm Who operates this repository? I have never heard about it yet.
It's operated by microsoft but I think it accepts PRs from others, here an example PR where someone updated it to 0.20: https://github.com/microsoft/winget-pkgs/pull/63526
@Kartoffelpüre you should ask for this to MS in their repo or if you can make a PR yourself.
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: releasing FreeCAD 0.20.1

Post by Kunda1 »

JFYI, several repos are already offering 0.20.1
Image
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
Yannn
Posts: 3
Joined: Thu Aug 18, 2022 9:09 pm

Re: releasing FreeCAD 0.20.1

Post by Yannn »

Dear All,
I had downloaded this new release from : https://github.com/FreeCAD/FreeCAD/rele ... ller-1.exe
and compare sha256 from downloaded file vs hashfile.

hashfile : https://github.com/FreeCAD/FreeCAD/rele ... SHA256.txt
Content :

Code: Select all

Name: FreeCAD-0.20.1-WIN-x64-installer-1.exe
Size: 452383328 bytes (431 MiB)
SHA256: 70d1298351a585606d7f921ab2887d4a7b4ac7baadde7fe57ef7f9f5c66e5038
sha256 on downloaded file are not matching for me :

Code: Select all

PS C:\Users\yann\Downloads> certutil.exe -hashfile .\FreeCAD-0.20.1-WIN-x64-installer-1.exe sha256
Hachage SHA256 de .\FreeCAD-0.20.1-WIN-x64-installer-1.exe :
29731874fa2295740c9fd3a38e511e8336c6b26c5b1553347498976edfc666cf
CertUtil: -hashfile La commande s’est terminée correctement.
I'm trying to run the installation file and get a warning:
Capture d’écran 2022-08-18 232037.png
Capture d’écran 2022-08-18 232037.png (22.75 KiB) Viewed 1036 times

Am i doing something wrong ?
Does anyone know about it ?

Thanks !
Yann
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: releasing FreeCAD 0.20.1

Post by GeneFC »

This is a common problem these days. Many virus checkers employ the so-called "reputation" method to decide if a program is risky.

Since that version is not yet in any virus checker's database it is considered "risky".

Gene
Yannn
Posts: 3
Joined: Thu Aug 18, 2022 9:09 pm

Re: releasing FreeCAD 0.20.1

Post by Yannn »

Thanks Gene for your reply and these details. It is clear ! Thanks :)
I still curious about mismatch between binary hash result and information in the hashfile. Someone else got same result ?
Post Reply