comparison src/npp.mk @ 5997:b8d1edf82ec2 release

Notepad++: Update to version 8.1.9.2. * src/npp.mk: Version 8.1.9 was retracted upstream and the corresponding binaries have been removed from their server. Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 02 Dec 2021 09:46:19 +0100
parents 001129ddf0a0
children befc322e89fd
comparison
equal deleted inserted replaced
5994:f5bc246da8c3 5997:b8d1edf82ec2
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := npp 4 PKG := npp
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 8.1.9 6 $(PKG)_VERSION := 8.1.9.2
7 $(PKG)_CHECKSUM := 491bbf27d72c39ae0f7b6460e22a9bb004711c3f 7 $(PKG)_CHECKSUM := 1d479b151a4b2f769a6d822c85b8e2b7bc3d8bc5
8 $(PKG)_SUBDIR := 8 $(PKG)_SUBDIR :=
9 $(PKG)_FILE := $(PKG).$($(PKG)_VERSION).portable.zip 9 $(PKG)_FILE := $(PKG).$($(PKG)_VERSION).portable.zip
10 $(PKG)_URL := https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v$($(PKG)_VERSION)/$($(PKG)_FILE) 10 $(PKG)_URL := https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12