diff --git a/_data/downloads.yml b/_data/downloads.yml index 3da50043..b06d9962 100644 --- a/_data/downloads.yml +++ b/_data/downloads.yml @@ -1,11 +1,11 @@ oses: - name: Windows - icon: windows - packages: + icon: windows + packages: - arch: x64 - link: https://github.com/arsenetar/dupeguru/releases/download/4.2.0/dupeGuru_win64_4.2.0.exe + link: https://github.com/arsenetar/dupeguru/releases/download/4.2.1/dupeGuru_win64_4.2.1.exe - arch: x32 - link: https://github.com/arsenetar/dupeguru/releases/download/4.2.0/dupeGuru_win32_4.2.0.exe + link: https://github.com/arsenetar/dupeguru/releases/download/4.2.1/dupeGuru_win32_4.2.1.exe - name: Ubuntu icon: linux packages: @@ -16,12 +16,10 @@ oses: packages: - arch: "10.12+" link: ./2022/03/09/macOS_cocoa_phase_out.html - icon: apple - name: Source icon: github packages: - arch: zip - link: https://github.com/arsenetar/dupeguru/archive/4.2.0.zip + link: https://github.com/arsenetar/dupeguru/archive/4.2.1.zip - arch: tar.gz - link: https://github.com/arsenetar/dupeguru/archive/4.2.0.tar.gz - \ No newline at end of file + link: https://github.com/arsenetar/dupeguru/archive/4.2.1.tar.gz diff --git a/_posts/2022-03-09-macOS_cocoa_phase_out.md b/_posts/2022-03-09-macOS_cocoa_phase_out.md index 21f0f3f0..454e6349 100644 --- a/_posts/2022-03-09-macOS_cocoa_phase_out.md +++ b/_posts/2022-03-09-macOS_cocoa_phase_out.md @@ -3,8 +3,8 @@ title: "macOS Cocoa Phase Out" --- We now have working macOS versions of dupeGuru built with both UI toolkits and supporting both Intel and M1 chips. The latest downloads are as follows (see details below for more information): -- Qt Version [https://github.com/arsenetar/dupeguru/releases/download/4.2.0/dupeguru_macOS_Qt_4.2.0.zip](https://github.com/arsenetar/dupeguru/releases/download/4.2.0/dupeguru_macOS_Qt_4.2.0.zip) -- Cocoa Version [https://github.com/arsenetar/dupeguru/releases/download/4.2.0/dupeguru_macOS_Cocoa_4.2.0.dmg](https://github.com/arsenetar/dupeguru/releases/download/4.2.0/dupeguru_macOS_Cocoa_4.2.0.dmg) +- Qt Version [https://github.com/arsenetar/dupeguru/releases/download/4.2.1/dupeguru_macOS_Qt_4.2.1.zip](https://github.com/arsenetar/dupeguru/releases/download/4.2.1/dupeguru_macOS_Qt_4.2.1.zip) +- Cocoa Version [https://github.com/arsenetar/dupeguru/releases/download/4.2.1/dupeguru_macOS_Cocoa_4.2.1.dmg](https://github.com/arsenetar/dupeguru/releases/download/4.2.1/dupeguru_macOS_Cocoa_4.2.1.dmg) ## History & Cocoa Phase Out Most of the history is detailed in [macOS Releases Going Forward]({% post_url 2021-08-14-macOS_releases_going_forward %}) and [macOS Version Notes]({% post_url 2021-03-09-macOS_version_notes %})