Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
mruby


Commits:
1cf9206f by Anatol Pomozov at 2024-04-09T17:45:09-07:00
upgpkg: 3.3.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = mruby
+       pkgdesc = An interpreter for the Ruby programming language with the 
intention of being lightweight and easily embeddable
+       pkgver = 3.3.0
+       pkgrel = 1
+       url = https://github.com/mruby/mruby
+       arch = x86_64
+       license = MIT
+       makedepends = bison
+       makedepends = ruby
+       makedepends = ruby-rake
+       depends = readline
+       source = 
mruby-3.3.0.zip::https://github.com/mruby/mruby/archive/3.3.0.zip
+       sha256sums = 
12a2837a35ce2a48fd3d8fe25e38bae864c46df6c3e3228e2f00c72c42b06572
+
+pkgname = mruby


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov <anatol.pomo...@gmail.com>
 
 pkgname=mruby
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
 arch=(x86_64)
@@ -10,7 +10,7 @@ license=(MIT)
 depends=(readline)
 makedepends=(bison ruby ruby-rake)
 source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
-sha256sums=('64a0dd8b65825f2e7cdac6699e818648dc73bfdfc68aa1bfd58417a35315e5cc')
+sha256sums=('12a2837a35ce2a48fd3d8fe25e38bae864c46df6c3e3228e2f00c72c42b06572')
 
 build() {
   cd mruby-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mruby/-/commit/1cf9206f6e92dd47c7961a6ec3e58642ac9982f6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mruby/-/commit/1cf9206f6e92dd47c7961a6ec3e58642ac9982f6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to