mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
atuin -> 18.16.0 in updater-atuin-18.16.0 — atuin: 18.15.2 → 18.16.0 (#15898)
* atuin -> 18.16.0 in updater-atuin-18.16.0 * updater-atuin-18.16.0: Package File Update Run on linux/amd64 container. * updater-atuin-18.16.0: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <220035932+chromebrew-actions[bot]@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
107e64a287
commit
789cd5aaab
@@ -1,3 +1,3 @@
|
||||
# Total size: 24642046
|
||||
# Total size: 25197494
|
||||
/usr/local/bin/atuin
|
||||
/usr/local/etc/env.d/10-atuin
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# Total size: 30213018
|
||||
# Total size: 30932026
|
||||
/usr/local/bin/atuin
|
||||
/usr/local/etc/env.d/10-atuin
|
||||
|
||||
@@ -3,7 +3,7 @@ require 'package'
|
||||
class Atuin < Package
|
||||
description 'Sync, search and backup shell history.'
|
||||
homepage 'https://atuin.sh/'
|
||||
version '18.15.2'
|
||||
version '18.16.0'
|
||||
license 'MIT'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url 'https://github.com/atuinsh/atuin.git'
|
||||
@@ -11,9 +11,9 @@ class Atuin < Package
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '3b0fd1e422a58b3e10d90af09fdc98c7be969f0f663c019ebe92942a40e2f9a0',
|
||||
armv7l: '3b0fd1e422a58b3e10d90af09fdc98c7be969f0f663c019ebe92942a40e2f9a0',
|
||||
x86_64: 'a70e352b0713e517348eda48adf169cefd5faff7441408e08665abd91b957292'
|
||||
aarch64: '309fa6a845a1d5b972e2a69efdf212c3c0a9ebabc99cee42db4b19b10a06462a',
|
||||
armv7l: '309fa6a845a1d5b972e2a69efdf212c3c0a9ebabc99cee42db4b19b10a06462a',
|
||||
x86_64: 'db167574d84217309c8d02f2010624e0200d6059c562a4b6e7df762b16472d7c'
|
||||
})
|
||||
|
||||
depends_on 'gcc_lib' => :executable
|
||||
|
||||
Reference in New Issue
Block a user