scite -> 5.6.2 in updater-scite-5.6.2 — scite: 5.6.1 → 5.6.2 (#15931)

* scite -> 5.6.2 in updater-scite-5.6.2

* updater-scite-5.6.2: Package File Update Run on linux/amd64 container.

* updater-scite-5.6.2: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2026-04-30 12:11:33 +10:00
committed by GitHub
parent 76c397e376
commit 98d93fc63c
3 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 6268123
# Total size: 6278252
/usr/local/bin/scite
/usr/local/lib/scite/liblexilla.so
/usr/local/lib/scite/libscintilla.so

View File

@@ -1,4 +1,4 @@
# Total size: 8034479
# Total size: 8047816
/usr/local/bin/scite
/usr/local/lib/scite/liblexilla.so
/usr/local/lib/scite/libscintilla.so

View File

@@ -3,17 +3,17 @@ require 'package'
class Scite < Package
description 'A free source code editing component for Win32, GTK+, and OS X'
homepage 'https://www.scintilla.org/'
version '5.6.1'
version '5.6.2'
license 'HPND and MIT'
compatibility 'aarch64 armv7l x86_64'
source_url "https://www.scintilla.org/scite#{version.gsub('.', '')}.tgz"
source_sha256 '06e9dee41d2ffd67d6c4580cd1ca8eb543a12833cb5895ca50aec929c9194bf0'
source_sha256 'f46a77b0d4972dc51c857bab3fe55a8e47cae481737359f93aef98ccca56de1d'
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'cfb5ef1a6f3da57e8615ee4f3951dfdc78d9d1aa8d7c915fc0f43da9e4037148',
armv7l: 'cfb5ef1a6f3da57e8615ee4f3951dfdc78d9d1aa8d7c915fc0f43da9e4037148',
x86_64: 'ae8540ec972921087cc3907fd599baa8ef9135d29b359716a5894998795ef785'
aarch64: '53aa0c12c96e1c16b0392305c042d59d3f1258b5fdf19ab5f269bc8169ae976f',
armv7l: '53aa0c12c96e1c16b0392305c042d59d3f1258b5fdf19ab5f269bc8169ae976f',
x86_64: '316d3279a4bbf0bd25ce60dbde972d6dba95719acc9fb5a5c9c413633819ab65'
})
depends_on 'at_spi2_core' => :library