mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
'update-berry' (#13724)
* Berry 0.1.12 => 0.1.13 * update-berry: Package File Update Run on linux/amd64 container. * update-berry: Package File Update Run on linux/arm/v7 container. --------- Co-authored-by: Ed Reel <edreel@gmail.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
6a6d4f0e7f
commit
f85f7c6879
@@ -1,4 +1,4 @@
|
|||||||
# Total size: 36001
|
# Total size: 52396
|
||||||
/usr/local/bin/berry
|
/usr/local/bin/berry
|
||||||
/usr/local/bin/berryc
|
/usr/local/bin/berryc
|
||||||
/usr/local/share/man/man1/berry.1.zst
|
/usr/local/share/man/man1/berry.1.zst
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Total size: 34789
|
# Total size: 58304
|
||||||
/usr/local/bin/berry
|
/usr/local/bin/berry
|
||||||
/usr/local/bin/berryc
|
/usr/local/bin/berryc
|
||||||
/usr/local/share/man/man1/berry.1.zst
|
/usr/local/share/man/man1/berry.1.zst
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ require 'buildsystems/autotools'
|
|||||||
class Berry < Autotools
|
class Berry < Autotools
|
||||||
description 'Healthy, bite-sized window manager'
|
description 'Healthy, bite-sized window manager'
|
||||||
homepage 'https://github.com/JLErvin/berry'
|
homepage 'https://github.com/JLErvin/berry'
|
||||||
version '0.1.12'
|
version '0.1.13'
|
||||||
license 'MIT'
|
license 'MIT'
|
||||||
compatibility 'aarch64 armv7l x86_64'
|
compatibility 'aarch64 armv7l x86_64'
|
||||||
source_url 'https://github.com/JLErvin/berry.git'
|
source_url 'https://github.com/JLErvin/berry.git'
|
||||||
@@ -11,9 +11,9 @@ class Berry < Autotools
|
|||||||
binary_compression 'tar.zst'
|
binary_compression 'tar.zst'
|
||||||
|
|
||||||
binary_sha256({
|
binary_sha256({
|
||||||
aarch64: '59add51bcb91e1bc310128f0f0735e9665ca38afa246b03eb9e8059426b4b6be',
|
aarch64: 'be99a832545c2b5c21fcfa583c00fdfc95c292d560255338a3a059cfd023fb82',
|
||||||
armv7l: '59add51bcb91e1bc310128f0f0735e9665ca38afa246b03eb9e8059426b4b6be',
|
armv7l: 'be99a832545c2b5c21fcfa583c00fdfc95c292d560255338a3a059cfd023fb82',
|
||||||
x86_64: '32d9f31e492cbd4606d59a12c18ee59e9634e3abc15257c47110f4f7ffeb1b4b'
|
x86_64: '7a8f5f9731eb17735192527c125a2fd4f3c41581be5d1b92d6c79dd9906e858d'
|
||||||
})
|
})
|
||||||
|
|
||||||
depends_on 'fontconfig' # R
|
depends_on 'fontconfig' # R
|
||||||
|
|||||||
Reference in New Issue
Block a user