forked from ports/contrib
nnn: 3.2 -> 3.3
This commit is contained in:
parent
aecd33a960
commit
714c7160eb
@ -40,6 +40,7 @@ drwxrwxr-x root/root usr/share/nnn/plugins/
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/autojump
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/bookmarks
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/boom
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/bulknew
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/chksum
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/diffs
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/dragdrop
|
||||
@ -50,6 +51,8 @@ drwxrwxr-x root/root usr/share/nnn/plugins/
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/fzopen
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/fzz
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/getplugs
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/gpgd
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/gpge
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/gutenread
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/hexview
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/imgresize
|
||||
@ -72,7 +75,6 @@ drwxrwxr-x root/root usr/share/nnn/plugins/
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/pdfread
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/pdfview
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/picker
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/preview-kitty
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/preview-tabbed
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/preview-tui
|
||||
-rwxrwxr-x root/root usr/share/nnn/plugins/pskill
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3y4oIy+d9g96y5bxEnE7VtvkYSiGQnYSVD1vEWaFOOnh4vHVk3V1aJpM3DMyI6IRAdFShOD3YVASYS/22wQv+Ag=
|
||||
SHA256 (Pkgfile) = 9f1e3d191a25c90ef25db293683b1400c517cd79bcc0c36b0d2f01d45435270c
|
||||
SHA256 (.footprint) = 29fdbc235c8cd25f9d86c16949947ba4a9775cd534219d94f345b34c213e2308
|
||||
SHA256 (nnn-v3.2.tar.gz) = 4ebbd024776153ecb79c75d1a58fc5cd7cd168c6e8217100b5edf322fdf9d4fd
|
||||
RWSagIOpLGJF3/sLbB/c0FDRukhtWe094WndrTauNVGm4oGyZ2FYTw2pJ2HFt9xAE7YIGjaA0nmddrsCE2v2XVzkWJ4i6pTg8wU=
|
||||
SHA256 (Pkgfile) = 9728689c0469cc1cde04612fa3697fbca1e0b687c8247674810b122d40e7323d
|
||||
SHA256 (.footprint) = 3ce3dffaf2a8adbe8c8cb2394d4215bfea7ab8c2827baed72b669e36518ecaed
|
||||
SHA256 (nnn-v3.3.tar.gz) = 16b245cf984d81a7e35f1a6a6f52bede4810784f06074d69369f664efdf32aca
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Optional: patool mediainfo
|
||||
|
||||
name=nnn
|
||||
version=3.2
|
||||
version=3.3
|
||||
release=1
|
||||
source=(https://github.com/jarun/nnn/releases/download/v$version/$name-v$version.tar.gz)
|
||||
|
||||
@ -35,5 +35,7 @@ build() {
|
||||
fi
|
||||
# fish is not in core/opt/contrib, but the script get's installed to
|
||||
|
||||
find $PKG -name README.md -delete
|
||||
find $PKG \(\
|
||||
-iname '*README.md*' -o \
|
||||
-iname '*contributing*' \) -delete
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user