comparison src/npp.mk @ 6197:bc9008191d33

* src/npp.mk: update to v8.4
author John Donoghue <john.donoghue@ieee.org>
date Sat, 30 Apr 2022 09:35:34 -0400
parents e6a45e6653a8
children aafe877889d7
comparison
equal deleted inserted replaced
6196:69997c546e61 6197:bc9008191d33
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.3.3 6 $(PKG)_VERSION := 8.4
7 $(PKG)_CHECKSUM := f155c90132029de1490c0dbfbe60e2459c657bf2 7 $(PKG)_CHECKSUM := f6f6cb23d4ee4f7bd727a24d94159e9233a250f0
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