diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/sudo/sudo.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk index 4263762d9..9c62c49f5 100644 --- a/package/sudo/sudo.mk +++ b/package/sudo/sudo.mk @@ -4,7 +4,7 @@ # ############################################################# -SUDO_VERSION = 1.7.6p2 +SUDO_VERSION = 1.7.7 SUDO_SITE = http://www.sudo.ws/sudo/dist SUDO_CONF_OPT = \ @@ -21,4 +21,4 @@ define SUDO_INSTALL_TARGET_CMDS install -m 0440 -D $(@D)/sudoers $(TARGET_DIR)/etc/sudoers endef -$(eval $(call AUTOTARGETS))
\ No newline at end of file +$(eval $(call AUTOTARGETS)) |