diff options
author | Rod Whitby <rod@whitby.id.au> | 2008-12-07 02:15:13 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2008-12-07 02:15:13 +0000 |
commit | cd02dc5ead3eb959f6ee508df81944eedcda79b8 (patch) | |
tree | 9c28f9cddc0e10615bd3556a8172a7afb74b9729 /package/busybox | |
parent | b5f89fa86955ca61f23f9a0bd55964ca60ad405e (diff) | |
download | upstream-cd02dc5ead3eb959f6ee508df81944eedcda79b8.tar.gz upstream-cd02dc5ead3eb959f6ee508df81944eedcda79b8.tar.bz2 upstream-cd02dc5ead3eb959f6ee508df81944eedcda79b8.zip |
busybox: Increment PKG_RELEASE
SVN-Revision: 13535
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 3ac2898730..b96075f9bc 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox PKG_VERSION:=1.11.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ |