mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Prepare for release v2.8.1
This commit is contained in:
parent
c139178916
commit
90108ba763
|
@ -1,3 +1,11 @@
|
|||
nnn v2.8.1
|
||||
2019-12-05
|
||||
|
||||
- Fix always archiving current file
|
||||
- More elaborate docs on selection changes
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
nnn v2.8
|
||||
2019-12-04
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION = 2.8
|
||||
VERSION = 2.8.1
|
||||
|
||||
PREFIX ?= /usr/local
|
||||
MANPREFIX ?= $(PREFIX)/share/man
|
||||
|
|
|
@ -85,16 +85,16 @@ packages:
|
|||
deps:
|
||||
- ncurses
|
||||
- readline
|
||||
# fedora30:
|
||||
# builddeps:
|
||||
# - make
|
||||
# - gcc
|
||||
# - pkg-config
|
||||
# - ncurses-devel
|
||||
# - readline-devel
|
||||
# deps:
|
||||
# - ncurses
|
||||
# - readline
|
||||
fedora30:
|
||||
builddeps:
|
||||
- make
|
||||
- gcc
|
||||
- pkg-config
|
||||
- ncurses-devel
|
||||
- readline-devel
|
||||
deps:
|
||||
- ncurses
|
||||
- readline
|
||||
fedora31:
|
||||
builddeps:
|
||||
- make
|
||||
|
|
Loading…
Reference in a new issue