소스 검색

Bump rsync package to 2.6.8
Closes 0000859.

Peter Korsgaard 19 년 전
부모
커밋
6268a48c56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      package/rsync/rsync.mk

+ 1 - 1
package/rsync/rsync.mk

@@ -3,7 +3,7 @@
 # rsync
 #
 #############################################################
-RSYNC_VER:=2.6.7
+RSYNC_VER:=2.6.8
 RSYNC_SOURCE:=rsync-$(RSYNC_VER).tar.gz
 RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/
 RSYNC_DIR:=$(BUILD_DIR)/rsync-$(RSYNC_VER)