diff options
author | Klaus Alexander Seistrup | 2024-04-09 08:52:29 +0200 |
---|---|---|
committer | Klaus Alexander Seistrup | 2024-04-09 08:52:29 +0200 |
commit | 0373a99a64c84f0142039d466db0fae2fb09929e (patch) | |
tree | fb14870e3744b1fb34d0110c64c9653ead9cc940 | |
parent | 5c8aac339709727090aa7d90011247a8a40cd660 (diff) | |
download | aur-0373a99a64c84f0142039d466db0fae2fb09929e.tar.gz |
New upstream release: v2.1.0
Release notes:
* https://github.com/SUPERCILEX/fuc/releases/tag/2.1.0
-rw-r--r-- | .SRCINFO | 24 | ||||
-rw-r--r-- | PKGBUILD | 12 |
2 files changed, 18 insertions, 18 deletions
@@ -1,7 +1,7 @@ pkgbase = fuc-bin pkgdesc = Fast Unix Commands: Modern, performance focused unix commands (pre-compiled) - pkgver = 2.0.0 - pkgrel = 2 + pkgver = 2.1.0 + pkgrel = 1 url = https://github.com/SUPERCILEX/fuc arch = aarch64 arch = x86_64 @@ -16,19 +16,19 @@ pkgbase = fuc-bin conflicts = rmz conflicts = fuc-static-musl-bin replaces = fuc-static-musl-bin - noextract = cpz-x86_64-2.0.0 - noextract = rmz-x86_64-2.0.0 - source_aarch64 = cpz-aarch64-2.0.0::https://github.com/SUPERCILEX/fuc/releases/download/2.0.0/cpz-aarch64-unknown-linux-gnu - source_aarch64 = rmz-aarch64-2.0.0::https://github.com/SUPERCILEX/fuc/releases/download/2.0.0/rmz-aarch64-unknown-linux-gnu + noextract = cpz-x86_64-2.1.0 + noextract = rmz-x86_64-2.1.0 + source_aarch64 = cpz-aarch64-2.1.0::https://github.com/SUPERCILEX/fuc/releases/download/2.1.0/cpz-aarch64-unknown-linux-gnu + source_aarch64 = rmz-aarch64-2.1.0::https://github.com/SUPERCILEX/fuc/releases/download/2.1.0/rmz-aarch64-unknown-linux-gnu source_aarch64 = https://raw.githubusercontent.com/SUPERCILEX/fuc/master/README.md - sha256sums_aarch64 = bbc391228552df08c75ae2ecee1c3c9c236967b199625e92b1f8081114418db2 - sha256sums_aarch64 = 9a581b99da4c86103215be4ed19fdeb6e65cd609fed1bd20d92bc65e72577079 + sha256sums_aarch64 = 0049d31616d48d0aa0fffe89431d0f2ff7051dd4f42a65e7bdbb762b4a57f897 + sha256sums_aarch64 = 09fd21d290dedb9883ac4608631a6373542b74fe7b1d002ea1c03e8b8a19a973 sha256sums_aarch64 = SKIP - source_x86_64 = cpz-x86_64-2.0.0::https://github.com/SUPERCILEX/fuc/releases/download/2.0.0/cpz-x86_64-unknown-linux-gnu - source_x86_64 = rmz-x86_64-2.0.0::https://github.com/SUPERCILEX/fuc/releases/download/2.0.0/rmz-x86_64-unknown-linux-gnu + source_x86_64 = cpz-x86_64-2.1.0::https://github.com/SUPERCILEX/fuc/releases/download/2.1.0/cpz-x86_64-unknown-linux-gnu + source_x86_64 = rmz-x86_64-2.1.0::https://github.com/SUPERCILEX/fuc/releases/download/2.1.0/rmz-x86_64-unknown-linux-gnu source_x86_64 = https://raw.githubusercontent.com/SUPERCILEX/fuc/master/README.md - sha256sums_x86_64 = f59e768ea8a095bf9fb93a36ecdf55071f9e6dd36111411408318f72ed205c8d - sha256sums_x86_64 = 97ee90c8875e8948595119b3a4b1b4ff339a915d31d0cb51aa52c32eb49361be + sha256sums_x86_64 = f86b5213f6fc636f57d720ec5cadb298c980ef0228134aae915359602729897c + sha256sums_x86_64 = 53b8ea761593b2fc01ae23e0ba339ce8f375a4ccada613369929e2ab37ce886e sha256sums_x86_64 = SKIP pkgname = fuc-bin @@ -2,8 +2,8 @@ # -*- sh -*- pkgname='fuc-bin' -pkgver=2.0.0 -pkgrel=2 +pkgver=2.1.0 +pkgrel=1 pkgdesc='Fast Unix Commands: Modern, performance focused unix commands (pre-compiled)' arch=('aarch64' 'x86_64') url='https://github.com/SUPERCILEX/fuc' @@ -40,13 +40,13 @@ package() { } sha256sums_aarch64=( - 'bbc391228552df08c75ae2ecee1c3c9c236967b199625e92b1f8081114418db2' - '9a581b99da4c86103215be4ed19fdeb6e65cd609fed1bd20d92bc65e72577079' + '0049d31616d48d0aa0fffe89431d0f2ff7051dd4f42a65e7bdbb762b4a57f897' + '09fd21d290dedb9883ac4608631a6373542b74fe7b1d002ea1c03e8b8a19a973' 'SKIP' ) sha256sums_x86_64=( - 'f59e768ea8a095bf9fb93a36ecdf55071f9e6dd36111411408318f72ed205c8d' - '97ee90c8875e8948595119b3a4b1b4ff339a915d31d0cb51aa52c32eb49361be' + 'f86b5213f6fc636f57d720ec5cadb298c980ef0228134aae915359602729897c' + '53b8ea761593b2fc01ae23e0ba339ce8f375a4ccada613369929e2ab37ce886e' 'SKIP' ) |