Skip to content

Commit

Permalink
fix: update rdiff-backup to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fastcat committed Mar 21, 2020
1 parent 478fb85 commit db51489
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 775 deletions.
5 changes: 2 additions & 3 deletions cross/rdiff-backup/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
PKG_NAME = rdiff-backup
PKG_VERS = 1.3.3
PKG_VERS = 2.0.0
PKG_EXT = tar.gz
# TODO: this pattern will change with future builds
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = http://download.savannah.nongnu.org/releases/rdiff-backup
PKG_DIST_SITE = https://github.com/rdiff-backup/rdiff-backup/releases/download/v$(PKG_VERS)
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS = cross/librsync cross/attr cross/acl
Expand Down
6 changes: 3 additions & 3 deletions cross/rdiff-backup/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rdiff-backup-1.3.3.tar.gz SHA256 ee030ce638df0eb1047cf72578e0de15d9a3ee9ab24da2dc0023e2978be30c06
rdiff-backup-1.3.3.tar.gz SHA1 b36c9b5c06941a86210242f8213f60153a1eba28
rdiff-backup-1.3.3.tar.gz MD5 e3ec506c01e12b693adb79751daa7c63
rdiff-backup-2.0.0.tar.gz SHA256 5b0e7afec624862c01acb5470da0519d8945af12819a4303a13ba82b654d8ee8
rdiff-backup-2.0.0.tar.gz SHA1 a502a17221036854e68ac47b22ca54b95775f900
rdiff-backup-2.0.0.tar.gz MD5 2e03bcb7e3b7bf5bda506ba0c2cbd0cc

This file was deleted.

25 changes: 0 additions & 25 deletions cross/rdiff-backup/patches/02_python_2.6_deprecationwarning.patch

This file was deleted.

96 changes: 0 additions & 96 deletions cross/rdiff-backup/patches/03_fix_hardlinks.patch

This file was deleted.

Loading

0 comments on commit db51489

Please sign in to comment.