summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-01-10 20:56:56 +0100
committerKlaus Alexander Seistrup2024-01-10 20:56:56 +0100
commitfe5f052b865fa3c2472fe35214446404e05c8ef7 (patch)
tree83d475e473548b4cbff1e245242f9ba9b075e09e
parent4e409b1e139f45371c226f4fc480ad461dc92ad7 (diff)
downloadaur-fe5f052b865fa3c2472fe35214446404e05c8ef7.tar.gz
New upstream release: v2.0.0
Release notes: * https://github.com/SUPERCILEX/fuc/releases/tag/2.0.0
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD20
2 files changed, 16 insertions, 26 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d802edcffd5d..e476e71849c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fuc-bin
pkgdesc = Fast Unix Commands: Modern, performance focused unix commands (pre-compiled)
- pkgver = 1.1.10
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/SUPERCILEX/fuc
arch = aarch64
@@ -16,19 +16,19 @@ pkgbase = fuc-bin
conflicts = rmz
conflicts = fuc-static-musl-bin
replaces = fuc-static-musl-bin
- noextract = cpz-x86_64-1.1.10
- noextract = rmz-x86_64-1.1.10
- source_aarch64 = cpz-aarch64-1.1.10::https://github.com/SUPERCILEX/fuc/releases/download/1.1.10/cpz-aarch64-unknown-linux-gnu
- source_aarch64 = rmz-aarch64-1.1.10::https://github.com/SUPERCILEX/fuc/releases/download/1.1.10/rmz-aarch64-unknown-linux-gnu
+ 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
source_aarch64 = https://raw.githubusercontent.com/SUPERCILEX/fuc/master/README.md
- sha256sums_aarch64 = 91b6b9c85b3a27643a2b30c9c657af8a8b6a7019708ee9ab89f4fa7bb8579dea
- sha256sums_aarch64 = 99af30f06bb10d3670dfa2c037ef9bc75e860f58ba1047a3d0dc1aca125e674b
+ sha256sums_aarch64 = bbc391228552df08c75ae2ecee1c3c9c236967b199625e92b1f8081114418db2
+ sha256sums_aarch64 = 9a581b99da4c86103215be4ed19fdeb6e65cd609fed1bd20d92bc65e72577079
sha256sums_aarch64 = SKIP
- source_x86_64 = cpz-x86_64-1.1.10::https://github.com/SUPERCILEX/fuc/releases/download/1.1.10/cpz-x86_64-unknown-linux-gnu
- source_x86_64 = rmz-x86_64-1.1.10::https://github.com/SUPERCILEX/fuc/releases/download/1.1.10/rmz-x86_64-unknown-linux-gnu
+ 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 = https://raw.githubusercontent.com/SUPERCILEX/fuc/master/README.md
- sha256sums_x86_64 = c9bb761c689e8a8b53ddc1f38f5d42a9db382674b176e715f760ccbcf77fb156
- sha256sums_x86_64 = 1698e266414f3924de89bfe270be83af1fcc1c7b9343434553f2458eeb0ceadd
+ sha256sums_x86_64 = f59e768ea8a095bf9fb93a36ecdf55071f9e6dd36111411408318f72ed205c8d
+ sha256sums_x86_64 = 97ee90c8875e8948595119b3a4b1b4ff339a915d31d0cb51aa52c32eb49361be
sha256sums_x86_64 = SKIP
pkgname = fuc-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4d9979830eab..6846e78a39f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# -*- sh -*-
pkgname='fuc-bin'
-pkgver=1.1.10
+pkgver=2.0.0
pkgrel=1
pkgdesc='Fast Unix Commands: Modern, performance focused unix commands (pre-compiled)'
arch=('aarch64' 'x86_64')
@@ -40,24 +40,14 @@ package() {
}
sha256sums_aarch64=(
- '91b6b9c85b3a27643a2b30c9c657af8a8b6a7019708ee9ab89f4fa7bb8579dea'
- '99af30f06bb10d3670dfa2c037ef9bc75e860f58ba1047a3d0dc1aca125e674b'
+ 'bbc391228552df08c75ae2ecee1c3c9c236967b199625e92b1f8081114418db2'
+ '9a581b99da4c86103215be4ed19fdeb6e65cd609fed1bd20d92bc65e72577079'
'SKIP'
)
-
sha256sums_x86_64=(
- 'c9bb761c689e8a8b53ddc1f38f5d42a9db382674b176e715f760ccbcf77fb156'
- '1698e266414f3924de89bfe270be83af1fcc1c7b9343434553f2458eeb0ceadd'
+ 'f59e768ea8a095bf9fb93a36ecdf55071f9e6dd36111411408318f72ed205c8d'
+ '97ee90c8875e8948595119b3a4b1b4ff339a915d31d0cb51aa52c32eb49361be'
'SKIP'
)
-# 🪷 Beyond the Known — 365 Days of Exploration
-#
-# 📆 10th December
-#
-# If one is All One, there is only connection; not I am
-# connected.
-#
-# 🔗 https://magnetic-ink.dk/users/btk
-
# eof