Opera 125.0.5729.15 => 125.0.5729.49 (#13905)

This commit is contained in:
Ed Reel
2025-12-20 21:12:15 -06:00
committed by GitHub
parent b01b312e88
commit 508b944ef0
3 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 360451552
# Total size: 361935634
/usr/local/bin/opera
/usr/local/share/applications/opera.desktop
/usr/local/share/doc/opera-stable/changelog.gz

View File

@@ -3,12 +3,12 @@ require 'package'
class Opera < Package
description 'Opera is a multi-platform web browser based on Chromium and developed by Opera Software.'
homepage 'https://www.opera.com/'
version '125.0.5729.15'
version '125.0.5729.49'
license 'OPERA-2018'
compatibility 'x86_64'
source_url "https://deb.opera.com/opera-stable/pool/non-free/o/opera-stable/opera-stable_#{version}_amd64.deb"
source_sha256 'aa82b1ac72ec4aa07108f17568267fe7ad266e1ee8dbac66f2c15f255952d073'
source_sha256 'badc645bfe6130b9b4d4341a0a4c82c5ac5f115f4daf5203b90c66d072fa40b7'
no_compile_needed
no_shrink
@@ -23,7 +23,7 @@ class Opera < Package
def self.build
File.write 'opera.sh', <<~EOF
#!/bin/bash
LD_LIBRARY_PATH=/usr/local/share/x86_64-linux-gnu/opera-stable:$LD_LIBRARY
LD_LIBRARY_PATH=#{CREW_PREFIX}/share/x86_64-linux-gnu/opera-stable:$LD_LIBRARY
#{CREW_PREFIX}/share/x86_64-linux-gnu/opera-stable/opera "$@"
EOF
end

2
tests/package/o/opera Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
opera --version