Clickgrab 3.9.10 => 3.9.14 (#13501)

This commit is contained in:
Ed Reel
2025-11-17 02:39:13 -06:00
committed by GitHub
parent d8968e2106
commit e51e15d193
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
# Total size: 243192467
/usr/local/bin/clipgrab
/usr/local/etc/env.d/clipgrab
/usr/local/share/clipgrab/AppRun

View File

@@ -3,11 +3,11 @@ require 'package'
class Clipgrab < Package
description 'A friendly downloader for YouTube and other sites'
homepage 'https://clipgrab.org/'
version '3.9.10'
version '3.9.14'
license 'GPL-3'
compatibility 'x86_64'
source_url 'https://download.clipgrab.org/ClipGrab-3.9.10-x86_64.AppImage'
source_sha256 'f53b007f953a533b6ec2c0ffb8370773f734e50bb8ba9ba767b088902ba0a7b1'
source_url "https://download.clipgrab.org/ClipGrab-#{version}-x86_64.AppImage"
source_sha256 '4d6a0669b3da4992d22c85ad0ac80ed9095544b58acdbbda9b55ea795d106739'
no_compile_needed
@@ -34,6 +34,6 @@ class Clipgrab < Package
end
def self.postinstall
puts "\nType 'clipgrab' to get started.\n".lightblue
ExitMessage.add "\nType 'clipgrab' to get started.\n"
end
end