Charm 0.12.1 => 0.12.6 (#13735)

This commit is contained in:
Ed Reel
2025-12-05 17:09:02 -06:00
committed by GitHub
parent f91f72bf72
commit bd3b887a67
4 changed files with 14 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
# Total size: 18472240
/usr/local/bin/charm

View File

@@ -0,0 +1,2 @@
# Total size: 18369104
/usr/local/bin/charm

View File

@@ -1 +1,2 @@
# Total size: 19374240
/usr/local/bin/charm

View File

@@ -3,20 +3,20 @@ require 'package'
class Charm < Package
description 'Charm is a set of tools that makes adding a backend to your terminal-based applications fun and easy.'
homepage 'https://charm.sh'
version '0.12.1'
version '0.12.6'
license 'MIT'
compatibility 'all'
source_url({
aarch64: 'https://github.com/charmbracelet/charm/releases/download/v0.12.1/charm_0.12.1_linux_armv7.tar.gz',
armv7l: 'https://github.com/charmbracelet/charm/releases/download/v0.12.1/charm_0.12.1_linux_armv7.tar.gz',
i686: 'https://github.com/charmbracelet/charm/releases/download/v0.12.1/charm_0.12.1_linux_i386.tar.gz',
x86_64: 'https://github.com/charmbracelet/charm/releases/download/v0.12.1/charm_0.12.1_linux_x86_64.tar.gz'
aarch64: "https://github.com/charmbracelet/charm/releases/download/v#{version}/charm_#{version}_linux_arm.tar.gz",
armv7l: "https://github.com/charmbracelet/charm/releases/download/v#{version}/charm_#{version}_linux_arm.tar.gz",
i686: "https://github.com/charmbracelet/charm/releases/download/v#{version}/charm_#{version}_linux_i386.tar.gz",
x86_64: "https://github.com/charmbracelet/charm/releases/download/v#{version}/charm_#{version}_linux_x86_64.tar.gz"
})
source_sha256({
aarch64: '2432a4ff4e529168515a31b74f0546a9f50a22d3733c82012783f4297754c3b4',
armv7l: '2432a4ff4e529168515a31b74f0546a9f50a22d3733c82012783f4297754c3b4',
i686: 'c7676318d8f616dfe7955b5729354d3e225d67c3ff60b06de1ab99cfb80ef098',
x86_64: '040e44b510ff7326631f18f02f8feaf4010bd512a97e369af855cda0cb100938'
aarch64: 'cf4db7bb9a891a83f7405a2b09af9f38bbb1383add44a54335629270b2659156',
armv7l: 'cf4db7bb9a891a83f7405a2b09af9f38bbb1383add44a54335629270b2659156',
i686: 'a3cd9a881994598f59f14b7fdadc54a175ac2b29752f86dc25178d99a285564c',
x86_64: '3dc72e9e4ce9f0dfc771955d320cc26e52053f501ff128d0329f6ad4f3859ce9'
})
def self.install