Browse Source

Update to 2.3.6

Jonathan Bennett 10 years ago
parent
commit
74c8f0f351
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      utils/nano/Makefile

+ 2
- 2
utils/nano/Makefile View File

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=nano
11
-PKG_VERSION:=2.3.5
11
+PKG_VERSION:=2.3.6
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.3
16
-PKG_MD5SUM:=a771f6283ac1edee8e5486209910c829
16
+PKG_MD5SUM:=df3d201aecb3155a80633990cc467831
17 17
 
18 18
 PKG_INSTALL:=1
19 19
 PKG_BUILD_PARALLEL:=1