Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
46893797
Commit
46893797
authored
5 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
testing/b3sum: upgrade to 0.2.0
parent
42ba198b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/b3sum/APKBUILD
+3
-3
3 additions, 3 deletions
testing/b3sum/APKBUILD
with
3 additions
and
3 deletions
testing/b3sum/APKBUILD
+
3
−
3
View file @
46893797
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname
=
b3sum
pkgname
=
b3sum
pkgver
=
0.
1.5
pkgver
=
0.
2.0
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"Command line implementation of the BLAKE3 hash function"
pkgdesc
=
"Command line implementation of the BLAKE3 hash function"
url
=
"https://blake3.io"
url
=
"https://blake3.io"
...
@@ -12,7 +12,7 @@ source="b3sum-$pkgver.tar.gz::https://crates.io/api/v1/crates/b3sum/$pkgver/down
...
@@ -12,7 +12,7 @@ source="b3sum-$pkgver.tar.gz::https://crates.io/api/v1/crates/b3sum/$pkgver/down
case
"
$CARCH
"
in
case
"
$CARCH
"
in
arm
*
)
_features
=
"c_neon rayon"
;;
arm
*
)
_features
=
"c_neon rayon"
;;
x86_64
)
_features
=
"c
_avx512
rayon"
;;
x86_64
)
_features
=
"c rayon"
;;
*
)
_features
=
"rayon"
;;
*
)
_features
=
"rayon"
;;
esac
esac
...
@@ -29,4 +29,4 @@ package() {
...
@@ -29,4 +29,4 @@ package() {
rm
"
$pkgdir
"
/usr/.crates.toml
rm
"
$pkgdir
"
/usr/.crates.toml
}
}
sha512sums
=
"
613a8a1477f37b7d7684ae8cf2f2444e65ae165c437afbfaf3217bab7a804478a428af7c253c8b7fc3ef6a975541091af5d55247559992d1b159ed1290200cfe
b3sum-0.
1.5
.tar.gz"
sha512sums
=
"
7a934ff09f252578df90cdad74ca35e348d14c8b6c6389c1ea11e96c40a360c714979a30bbc8367e233b963c41848e63d1eaa18ccf7e6621ac9c7574449428db
b3sum-0.
2.0
.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment