diff --git a/packages/addons/shell/texteditor/nano/changelog.txt b/packages/addons/shell/texteditor/nano/changelog.txt index 9776725a9c..92fb70e8e6 100644 --- a/packages/addons/shell/texteditor/nano/changelog.txt +++ b/packages/addons/shell/texteditor/nano/changelog.txt @@ -1,3 +1,6 @@ +0.99.4 +- change icon + 0.99.3 - build as shared lib - include ncurses libs diff --git a/packages/addons/shell/texteditor/nano/icon/icon.png b/packages/addons/shell/texteditor/nano/icon/icon.png index 70c6da0693..84cfefded5 100644 Binary files a/packages/addons/shell/texteditor/nano/icon/icon.png and b/packages/addons/shell/texteditor/nano/icon/icon.png differ diff --git a/packages/addons/shell/texteditor/nano/meta b/packages/addons/shell/texteditor/nano/meta index 5f28e32fc3..230cbc9b20 100644 --- a/packages/addons/shell/texteditor/nano/meta +++ b/packages/addons/shell/texteditor/nano/meta @@ -20,7 +20,7 @@ PKG_NAME="nano" PKG_VERSION="2.3.0" -PKG_REV="3" +PKG_REV="4" PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.nano-editor.org/"