Skip to content
Merged
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
29 changes: 13 additions & 16 deletions 7zip.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,32 @@
[Section]
Name = 7-Zip
Version = 26.00
Version = 26.02
License = LGPL v2.1
LicenseType = 1
Description = A file archiving utility with support for 7zip, zip, tar, rar and many other archive formats.
Category = 12
URLSite = https://www.7-zip.org/
URLDownload = https://github.com/ip7z/7zip/releases/download/26.00/7z2600.exe
SHA1 = d730e5629122f7cdc1cf78f5667e75e1ffb05672
SizeBytes = 1355804
URLDownload = https://github.com/ip7z/7zip/releases/download/26.02/7z2602.exe
SHA1 = 31bba021743eb5b872be8924cb67c428ed4ac861
SizeBytes = 1357836
SilentParameters = /S

[Section.amd64]
Version = 26.00
URLDownload = https://github.com/ip7z/7zip/releases/download/26.00/7z2600-x64.msi
SHA1 = 41e7990b056ebaf0d427f2a00bf1aa12b6010975
SizeBytes = 1999872
URLDownload = https://github.com/ip7z/7zip/releases/download/26.02/7z2602-x64.exe
SHA1 = b563e139acab81cc7ddf358bec6cee1e6b8b2b17
SizeBytes = 1657896
SilentParameters = /S

[Section.arm]
Version = 26.00
URLDownload = https://github.com/ip7z/7zip/releases/download/26.00/7z2600-arm.exe
SHA1 = d5f097ce74d5133d8b38bed98df17b078762781e
SizeBytes = 1659567
URLDownload = https://github.com/ip7z/7zip/releases/download/26.02/7z2602-arm.exe
SHA1 = 5fba0e3f9b24409bb8970c43599c1fa452fe1d05
SizeBytes = 1661739
SilentParameters = /S

[Section.arm64]
Version = 26.00
URLDownload = https://github.com/ip7z/7zip/releases/download/26.00/7z2600-arm64.exe
SHA1 = f8c2aa3c8f98a11215cddb11340a12c166d67468
SizeBytes = 1588342
URLDownload = https://github.com/ip7z/7zip/releases/download/26.02/7z2602-arm64.exe
SHA1 = afa8b55e5b715a488d55f79ab291df3e4568bfff
SizeBytes = 1590118
SilentParameters = /S

[Section.0001]
Expand Down
3 changes: 2 additions & 1 deletion windirstat.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[Section]
Name = WinDirStat
Version = 1.1.2
License = GPL
License = GPLv2
LicenseType = 1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe make a separate PR just for that one (it's not 7zip).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See that the branch name is Appupdates26Jul. I had some other apps to update but it turns out that the new versions don't actually work on ROS so I removed them again from my branch.

Description = Program for analyzing disk usage and his cleanup.
Category = 12
URLSite = https://windirstat.net/
Expand Down
Loading