Skip to content

Commit

Permalink
Merge pull request lunar-linux#922 from stumbles/nano
Browse files Browse the repository at this point in the history
nano: bump to 2.4.2
  • Loading branch information
Ratler committed Jul 5, 2015
2 parents 1681e51 + 9998ea0 commit b6e6c03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions editors/nano/BUILD
@@ -1,4 +1,3 @@
(

if [[ "$COLOR" == "y" ]] ; then
OPTS+=" --enable-color"
Expand All @@ -17,5 +16,3 @@
install -m 0644 nanorc /etc/
fi

) > $C_FIFO 2>&1

6 changes: 3 additions & 3 deletions editors/nano/DETAILS
@@ -1,14 +1,14 @@
MODULE=nano
VERSION=2.4.1
VERSION=2.4.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.nano-editor.org/dist/v${VERSION%.*}
SOURCE_VFY=sha256:6a0ceb5e1b9b9bea72d5d1f46488ace4782b1f198ea6ba558480a86d994f29d2
SOURCE_VFY=sha256:c8cd7f18fcf5696d9df3364ee2a840e0ab7b6bdbd22abf850bbdc951db7f65b9
SOURCE2=nanorc-20130602.bz2
SOURCE2_URL=$PATCH_URL
SOURCE2_VFY=sha256:f6282a2338c30f6dc87e2b8121ffca3809fe051c1b5ccedfeaa672b6c1b56ca4
WEB_SITE=http://www.nano-editor.org
ENTERED=20010922
UPDATED=20150415
UPDATED=20150705
SHORT="Superior clone of the pico text editor"

cat << EOF
Expand Down

0 comments on commit b6e6c03

Please sign in to comment.