diff options
author | knthmn | 2022-01-31 11:07:46 +0800 |
---|---|---|
committer | knthmn | 2022-01-31 11:07:46 +0800 |
commit | 14bb45681e99f8750485ac05c3db196ac3ee46da (patch) | |
tree | 7bb125f57f4d571eeed46792f3beabae04f300bd | |
parent | a17ab8dab9a21a7b00617f4c997e168333d43747 (diff) | |
download | aur-14bb45681e99f8750485ac05c3db196ac3ee46da.tar.gz |
Update to 0.16.1
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ # Maintainer: knthmn <knthmn at outlook dot com> pkgname=resticprofile-bin -pkgver=0.16.0 +pkgver=0.16.1 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=('eb3fc7c2d0fa73dc4fa4334a65ca6edc5dfe609e109b5cbfb5db00db33f90a8d') -sha256sums_aarch64=('5ae686686ed35fbc364932876536c80a855b04242ff1e18286cb36f33be4fb1c') -sha256sums_armv6h=('8db37c08e270e7462f299c3a29e573cdebc5d4095d2bdbb4bb6fed788f732295') -sha256sums_armv7h=('b1e23f6f190c9650321155e1f056cdaf8bc8fbf54f1678fdfe2515df8300f412') +sha256sums_x86_64=('eb5da8d0203171e8b87dd5818fad1804d1bf4b08b5170588d704e49ded669293') +sha256sums_aarch64=('d449b2492ecdc1f8565dd7172efa75d03d869f2bebdad4772db6d7cc4a38624f') +sha256sums_armv6h=('f9834cc297ccd9a783af8b3e68b6e824d5cebabb3b0e9fbdbb13e0b3c351a3c3') +sha256sums_armv7h=('a0ac2644ce74dc773e740f60c4f2a41ad643abb125a33780165e7ee7a0a51b18') package() { install -Dm755 "${srcdir}/resticprofile" "${pkgdir}/usr/bin/resticprofile" |