diff options
| author | Simon Sobisch <simonsobisch@web.de> | 2021-09-22 22:34:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-22 13:34:14 -0700 |
| commit | 70626f098f0f600de9793bd09383330b6d87b111 (patch) | |
| tree | 1c2d7e5e2a1042b6c0bf9e548a78f0ddf6a0a009 /ports | |
| parent | 729091bad79b45b4de370925ed035a4c7a39bf5a (diff) | |
| download | vcpkg-70626f098f0f600de9793bd09383330b6d87b111.tar.gz vcpkg-70626f098f0f600de9793bd09383330b6d87b111.zip | |
[pdcurses] metadata: fix homepage (#20284)
* pdcurses: fixed homepage
* add port version
* update version
* revert 3.9 version hash
Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/pdcurses/vcpkg.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/pdcurses/vcpkg.json b/ports/pdcurses/vcpkg.json index 55ae1a1d9..59398f2fe 100644 --- a/ports/pdcurses/vcpkg.json +++ b/ports/pdcurses/vcpkg.json @@ -1,7 +1,7 @@ { "name": "pdcurses", "version-string": "3.9", - "port-version": 1, + "port-version": 2, "description": "Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model.", - "homepage": "https://sourceforge.net/projects/pdcurses/" + "homepage": "https://pdcurses.org/" } |
