diff options
author | knthmn | 2022-05-17 09:09:51 +0800 |
---|---|---|
committer | knthmn | 2022-05-17 09:09:51 +0800 |
commit | e85f93878e40598e115c6a92edca0988eca5f7b0 (patch) | |
tree | 3365aa6e0eb4a1c9c81a93b3938de6e9c4aa9e40 | |
parent | 83eabfdd8803ee12d596baeb3a7773cc6eefed41 (diff) | |
download | aur-e85f93878e40598e115c6a92edca0988eca5f7b0.tar.gz |
Update to 0.17.0
-rw-r--r-- | .SRCINFO | 18 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 14 insertions, 14 deletions
@@ -1,6 +1,6 @@ pkgbase = resticprofile-bin pkgdesc = Configuration profiles for restic backup. Pre-compiled - pkgver = 0.16.1 + pkgver = 0.17.0 pkgrel = 1 url = https://github.com/creativeprojects/resticprofile arch = x86_64 @@ -11,13 +11,13 @@ pkgbase = resticprofile-bin depends = restic provides = resticprofile conflicts = resticprofile - source_x86_64 = https://github.com/creativeprojects/resticprofile/releases/download/v0.16.1/resticprofile_0.16.1_linux_amd64.tar.gz - sha256sums_x86_64 = eb5da8d0203171e8b87dd5818fad1804d1bf4b08b5170588d704e49ded669293 - source_aarch64 = https://github.com/creativeprojects/resticprofile/releases/download/v0.16.1/resticprofile_0.16.1_linux_arm64.tar.gz - sha256sums_aarch64 = d449b2492ecdc1f8565dd7172efa75d03d869f2bebdad4772db6d7cc4a38624f - source_armv6h = https://github.com/creativeprojects/resticprofile/releases/download/v0.16.1/resticprofile_0.16.1_linux_armv6.tar.gz - sha256sums_armv6h = f9834cc297ccd9a783af8b3e68b6e824d5cebabb3b0e9fbdbb13e0b3c351a3c3 - source_armv7h = https://github.com/creativeprojects/resticprofile/releases/download/v0.16.1/resticprofile_0.16.1_linux_armv7.tar.gz - sha256sums_armv7h = a0ac2644ce74dc773e740f60c4f2a41ad643abb125a33780165e7ee7a0a51b18 + source_x86_64 = https://github.com/creativeprojects/resticprofile/releases/download/v0.17.0/resticprofile_0.17.0_linux_amd64.tar.gz + sha256sums_x86_64 = 8bd7efd33d83bba03001cb24d55b01f6badea04cdaf8da09af504f17d27b72d6 + source_aarch64 = https://github.com/creativeprojects/resticprofile/releases/download/v0.17.0/resticprofile_0.17.0_linux_arm64.tar.gz + sha256sums_aarch64 = aa9f5be5acd67c0332770e0e6b8fa57f26b53593bbca4d5cf5cc1da6ea2b07f8 + source_armv6h = https://github.com/creativeprojects/resticprofile/releases/download/v0.17.0/resticprofile_0.17.0_linux_armv6.tar.gz + sha256sums_armv6h = 3a31d963fb661148ca3e37e979009dce4be4371742b2d607aad496a93a8f42c2 + source_armv7h = https://github.com/creativeprojects/resticprofile/releases/download/v0.17.0/resticprofile_0.17.0_linux_armv7.tar.gz + sha256sums_armv7h = dfb582764223698a30213b32c7a188d21653d1c25e33b6163c057c991685c9cc pkgname = resticprofile-bin @@ -1,6 +1,6 @@ # Maintainer: knthmn <knthmn at outlook dot com> pkgname=resticprofile-bin -pkgver=0.16.1 +pkgver=0.17.0 pkgrel=1 pkgdesc="Configuration profiles for restic backup. Pre-compiled" arch=('x86_64' 'aarch64' 'armv6h' 'armv7h') @@ -17,10 +17,10 @@ source_aarch64=("https://github.com/creativeprojects/resticprofile/releases/down source_armv6h=("https://github.com/creativeprojects/resticprofile/releases/download/v${pkgver}/resticprofile_${pkgver}_linux_armv6.tar.gz") source_armv7h=("https://github.com/creativeprojects/resticprofile/releases/download/v${pkgver}/resticprofile_${pkgver}_linux_armv7.tar.gz") -sha256sums_x86_64=('eb5da8d0203171e8b87dd5818fad1804d1bf4b08b5170588d704e49ded669293') -sha256sums_aarch64=('d449b2492ecdc1f8565dd7172efa75d03d869f2bebdad4772db6d7cc4a38624f') -sha256sums_armv6h=('f9834cc297ccd9a783af8b3e68b6e824d5cebabb3b0e9fbdbb13e0b3c351a3c3') -sha256sums_armv7h=('a0ac2644ce74dc773e740f60c4f2a41ad643abb125a33780165e7ee7a0a51b18') +sha256sums_x86_64=('8bd7efd33d83bba03001cb24d55b01f6badea04cdaf8da09af504f17d27b72d6') +sha256sums_aarch64=('aa9f5be5acd67c0332770e0e6b8fa57f26b53593bbca4d5cf5cc1da6ea2b07f8') +sha256sums_armv6h=('3a31d963fb661148ca3e37e979009dce4be4371742b2d607aad496a93a8f42c2') +sha256sums_armv7h=('dfb582764223698a30213b32c7a188d21653d1c25e33b6163c057c991685c9cc') package() { install -Dm755 "${srcdir}/resticprofile" "${pkgdir}/usr/bin/resticprofile" |