Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to v1.13.1 #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions com.st.STM32CubeIDE.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<url type="homepage">https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-ides/stm32cubeide.html</url>
<launchable type="desktop-id">com.st.STM32CubeIDE.desktop</launchable>
<releases>
<release version="1.13.1" date="2023-08-03"/>
<release version="1.12.0" date="2023-03-19"/>
<release version="1.10.1" date="2022-07-07"/>
<release version="1.9.0" date="2022-05-26"/>
Expand Down
10 changes: 5 additions & 5 deletions com.st.STM32CubeIDE.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ modules:
- chmod +x st-stlink-server.2.1.0-1-linux-amd64.install.sh
- ./st-stlink-server.2.1.0-1-linux-amd64.install.sh --tar -xvf
- mv stlink-server ${FLATPAK_DEST}/bin/stlink-server
- chmod +x st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh
- ./st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh --tar -xvf
- tar -xzvf st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.tar.gz -C ${FLATPAK_DEST}/stm32cubeide/
- chmod +x st-stm32cubeide_1.13.1_17479_20230728_0839_amd64.sh
- ./st-stm32cubeide_1.13.1_17479_20230728_0839_amd64.sh --tar -xvf
- tar -xzvf st-stm32cubeide_1.13.1_17479_20230728_0839_amd64.tar.gz -C ${FLATPAK_DEST}/stm32cubeide/
- install -D icon.png ${FLATPAK_DEST}/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png
- install -t ${FLATPAK_DEST}/share/applications/ -Dm644 com.st.STM32CubeIDE.desktop
- install -t ${FLATPAK_DEST}/share/appdata/ -Dm644 com.st.STM32CubeIDE.metainfo.xml
- install -t ${FLATPAK_DEST}/bin -Dm755 stm32cubeide
sources:
- type: archive
url: https://www.st.com/content/ccc/resource/technical/software/sw_development_suite/group0/bc/99/f5/62/06/da/4d/eb/stm32cubeide_lnx/files/st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh.zip/jcr:content/translations/en.st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh.zip
sha256: 287129ea5d1fc283ae34404ccb15891f8e767587d43f9c43504ee9cdb73d55f7
url: https://www.st.com/content/ccc/resource/technical/software/sw_development_suite/group0/78/92/66/01/21/f2/4c/65/stm32cubeide-lnx/files/st-stm32cubeide_1.13.1_17479_20230728_0839_amd64.sh.zip/jcr:content/translations/en.st-stm32cubeide_1.13.1_17479_20230728_0839_amd64.sh.zip
sha256: 6630cf3995515d2e416377dde4ae383a32ecab7fa074fcb116a13d9fd8e6ebc9
- type: archive
url: https://www.st.com/content/ccc/resource/technical/software/sw_development_suite/group0/09/9f/79/67/ed/f9/45/d0/st-link-server_v2-1-0/files/st-link-server_v2-1-0.zip/jcr:content/translations/en.st-link-server_v2-1-0.zip
sha256: 135d924b303b8838b45fe5078def02037502f93023520f6003690fb754a1e123
Expand Down