comparison src/npp.mk @ 6680:82d305ca2b80

* src/npp.mk: update to v8.5.2
author John Donoghue <john.donoghue@ieee.org>
date Mon, 10 Apr 2023 10:02:53 -0400
parents 1fd7fa074e27
children 47f33e5b14c9
comparison
equal deleted inserted replaced
6679:3c089a658a55 6680:82d305ca2b80
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.5.1 6 $(PKG)_VERSION := 8.5.2
7 $(PKG)_CHECKSUM := 8153c4031c78f8d6707a970a960d27249f583b65 7 $(PKG)_CHECKSUM := ab7e3606576f4ca2e109a907538b423182ea1c81
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