'update-ddgr' (#13979)

* Ddgr 2.1 => 2.2

* update-ddgr: Package File Update Run on linux/386 container.

* update-ddgr: Package File Update Run on linux/amd64 container.

* update-ddgr: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: Ed Reel <edreel@gmail.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-12-26 20:02:18 +11:00
committed by GitHub
parent 5610f2e9af
commit afbb74909b
4 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 89067
# Total size: 89157
/usr/local/bin/ddgr
/usr/local/share/doc/ddgr/README.md
/usr/local/share/man/man1/ddgr.1.zst

View File

@@ -1,4 +1,4 @@
# Total size: 89067
# Total size: 89157
/usr/local/bin/ddgr
/usr/local/share/doc/ddgr/README.md
/usr/local/share/man/man1/ddgr.1.zst

View File

@@ -1,4 +1,4 @@
# Total size: 89067
# Total size: 89157
/usr/local/bin/ddgr
/usr/local/share/doc/ddgr/README.md
/usr/local/share/man/man1/ddgr.1.zst

View File

@@ -3,7 +3,7 @@ require 'package'
class Ddgr < Package
description 'DuckDuckGo from the terminal'
homepage 'https://github.com/jarun/ddgr'
version '2.1'
version '2.2'
license 'GPL-3'
compatibility 'all'
source_url 'https://github.com/jarun/ddgr.git'
@@ -11,10 +11,10 @@ class Ddgr < Package
binary_compression 'tar.zst'
binary_sha256({
aarch64: '77e8bb3cb62004313c987664af947219cdbaa40bb95d643960cf5138db9a9d9a',
armv7l: '77e8bb3cb62004313c987664af947219cdbaa40bb95d643960cf5138db9a9d9a',
i686: '843b29f4c5e8d526b563505f391a420146780dc3760def2179b1f4843bdc7caa',
x86_64: '3ad3923836b3bfe7a97d81c827f6953b74dc43657331f5f91fdec7159d452815'
aarch64: '9de1131fa33e0e6342539141ffb7d9ec85d4a07c69e636623c570b0f691fbfde',
armv7l: '9de1131fa33e0e6342539141ffb7d9ec85d4a07c69e636623c570b0f691fbfde',
i686: '67b5c30402d7a408c4b5e3fafc4ad3a671fb217ec01656c74dee500fd5c0c61c',
x86_64: '6896cfe7b07f2a49846d5a75510ab737dfab3f4aa678c598e5ff34e61a037366'
})
def self.build