diff --git a/app-backup/borgbackup/borgbackup-1.2.4.recipe b/app-backup/borgbackup/borgbackup-1.2.4.recipe index 1a9716f20..07f5bdaf9 100644 --- a/app-backup/borgbackup/borgbackup-1.2.4.recipe +++ b/app-backup/borgbackup/borgbackup-1.2.4.recipe @@ -1,17 +1,17 @@ -SUMMARY="Deduplicating backup program with compression and authenticated encryption" -DESCRIPTION="BorgBackup (short: Borg) is a deduplicating backup program. -Optionally, it supports compression and authenticated encryption. +SUMMARY="Backup program with compression and authenticated encryption" +DESCRIPTION="BorgBackup (short: Borg) is a deduplicating backup program for the \ +commandline. Optionally, it supports compression and authenticated encryption. -The main goal of Borg is to provide an efficient and secure way to backup data. -The data deduplication technique used makes Borg suitable for daily backups -since only changes are stored. -The authenticated encryption technique makes it suitable for backups to not -fully trusted targets." +The main goal of Borg is to provide an efficient and secure way to backup data. The \ +data deduplication technique used makes Borg suitable for daily backups since only \ +changes are stored. +The authenticated encryption technique makes it suitable for backups to not fully \ +trusted targets." HOMEPAGE="https://www.borgbackup.org/" COPYRIGHT="2015-2023 The Borg Collective 2010-2014 Jonas Borgström" LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/borgbackup/borg/archive/refs/tags/$portVersion.tar.gz" CHECKSUM_SHA256="fd9732b7c71e4f3d12b67e54d2fcda18e1c205c55a93df21ff80d006ab047214" SOURCE_FILENAME="borgbackup-$portVersion.tar.gz"