From 725f5226ea4a6513260ebed7e22b7607713ee115 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Wed, 24 Mar 2021 23:53:29 +0100 Subject: [PATCH] VLC Media Player 3.0.12 --- CHANGELOG.md | 6 ++++++ build.properties | 8 ++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da8e385..c674979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 3.0.12-10 (2021/03/24) + +* VLC Media Player 3.0.12 +* Portapps 3.3.0 +* No more win32 release + ## 3.0.11-9 (2020/06/29) * VLC Media Player 3.0.11 diff --git a/build.properties b/build.properties index 471cc54..540405d 100644 --- a/build.properties +++ b/build.properties @@ -5,8 +5,8 @@ core.dir = ../portapps app = vlc app.name = VLC app.type = archive -app.version = 3.0.11 -app.release = 9 +app.version = 3.0.12 +app.release = 10 app.homepage = https://www.videolan.org/vlc/ # Portable app @@ -19,10 +19,6 @@ papp.folder = app # Official artifacts atf.id = vlc -atf.win32.filename = vlc-${app.version}-win32 -atf.win32.ext = .zip -atf.win32.url = http://download.videolan.org/vlc/${app.version}/win32/vlc-${app.version}-win32.zip -atf.win32.assertextract = vlc-${app.version}/vlc.exe atf.win64.filename = vlc-${app.version}-win64 atf.win64.ext = .zip atf.win64.url = http://download.videolan.org/vlc/${app.version}/win64/vlc-${app.version}-win64.zip