Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages / 
ruby-sqlite3


Commits:
26a11cf0 by Andreas Schleifer at 2026-07-18T19:52:11+02:00
upgpkg: 2.9.5-1: closes #10

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = ruby-sqlite3
        pkgdesc = Ruby bindings for the SQLite3 embedded database
-       pkgver = 2.9.3
+       pkgver = 2.9.5
        pkgrel = 1
        url = https://github.com/luislavena/sqlite3-ruby
        arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = ruby-sqlite3
        depends = sqlcipher
        depends = sqlite
        options = !emptydirs
-       source = 
https://github.com/sparklemotion/sqlite3-ruby/archive/v2.9.3/ruby-sqlite3-v2.9.3.tar.gz
-       sha512sums = 
1141e19c823f786f46f947451ac27cf36c5f3409f0d0e2bf6cde519e3b47d65c23c65bdd354c7ae315434226bdb7f9868c06298119f6af7a4715250ea886d6b0
-       b2sums = 
164a3254b7dd3af7c9cf921391dd53356704f7a0844cdf2a503ce1d3fae5414d36fafb0e157186f36665582afafaad3253816cb69260d47d7645bd6c9e1895ce
+       source = 
https://github.com/sparklemotion/sqlite3-ruby/archive/v2.9.5/ruby-sqlite3-v2.9.5.tar.gz
+       sha512sums = 
ce399b1c27f3759aaf45c42beb103e77788a412fb329c91ebd0d386590471d5fa8936db989373f92e6804486fcb7c5a6467d2f43bc97bd1497deb87f32f629d7
+       b2sums = 
5cc7fc5889c145f3199815affb29f395ad4a438db7e98f35226adf77df41e211f615fad6c0ae5eb94efa7e9ec7e4e0a4c1088ee6b9fb3b95cfc2f87e6a41a7bb
 
 pkgname = ruby-sqlite3


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 _gemname='sqlite3'
 pkgname="ruby-${_gemname}"
-pkgver=2.9.3
+pkgver=2.9.5
 pkgrel=1
 pkgdesc='Ruby bindings for the SQLite3 embedded database'
 url='https://github.com/luislavena/sqlite3-ruby'
@@ -27,8 +27,8 @@ checkdepends=(
   ruby-minitest
 )
 
source=("https://github.com/sparklemotion/sqlite3-ruby/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz";)
-sha512sums=('1141e19c823f786f46f947451ac27cf36c5f3409f0d0e2bf6cde519e3b47d65c23c65bdd354c7ae315434226bdb7f9868c06298119f6af7a4715250ea886d6b0')
-b2sums=('164a3254b7dd3af7c9cf921391dd53356704f7a0844cdf2a503ce1d3fae5414d36fafb0e157186f36665582afafaad3253816cb69260d47d7645bd6c9e1895ce')
+sha512sums=('ce399b1c27f3759aaf45c42beb103e77788a412fb329c91ebd0d386590471d5fa8936db989373f92e6804486fcb7c5a6467d2f43bc97bd1497deb87f32f629d7')
+b2sums=('5cc7fc5889c145f3199815affb29f395ad4a438db7e98f35226adf77df41e211f615fad6c0ae5eb94efa7e9ec7e4e0a4c1088ee6b9fb3b95cfc2f87e6a41a7bb')
 
 prepare() {
   cd "${_gemname}-ruby-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-sqlite3/-/commit/26a11cf0391c79bf62308e99054b87b33e7d5f12

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruby-sqlite3/-/commit/26a11cf0391c79bf62308e99054b87b33e7d5f12
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to