Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
lua-mpack


Commits:
35ab5930 by Sven-Hendrik Haase at 2025-08-08T09:39:51+02:00
upgpkg: 1.0.12-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = lua-mpack
        pkgdesc = libmpack lua binding
-       pkgver = 1.0.10
-       pkgrel = 2
+       pkgver = 1.0.12
+       pkgrel = 1
        url = https://github.com/libmpack/libmpack-lua
        arch = x86_64
        license = MIT
@@ -10,8 +10,8 @@ pkgbase = lua-mpack
        makedepends = lua53
        makedepends = lua
        depends = libmpack
-       source = 
libmpack-lua-1.0.10.tar.gz::https://github.com/libmpack/libmpack-lua/archive/1.0.10.tar.gz
-       sha256sums = 
b58a25a0b48e1ec584beee6c80e0e31182dad7a45005ce58e88e6cfff3a3f3e4
+       source = 
libmpack-lua-1.0.12.tar.gz::https://github.com/libmpack/libmpack-lua/archive/1.0.12.tar.gz
+       sha256sums = 
7c3f0a5fcd0d7c169fd7bc95978412628d8f59eb9da1d32cf3e8a864b741ec92
 
 pkgname = lua51-mpack
        pkgdesc = Simple implementation of msgpack in C Lua 5.1


=====================================
PKGBUILD
=====================================
@@ -3,16 +3,16 @@
 
 pkgbase=lua-mpack
 pkgname=(lua51-mpack lua52-mpack lua53-mpack lua-mpack)
-pkgver=1.0.10
+pkgver=1.0.12
 pkgdesc="libmpack lua binding"
-pkgrel=2
+pkgrel=1
 arch=('x86_64')
 url='https://github.com/libmpack/libmpack-lua'
 depends=('libmpack')
 makedepends=('lua51' 'lua52' 'lua53' 'lua')
 license=('MIT')
 
source=("libmpack-lua-${pkgver}.tar.gz::https://github.com/libmpack/libmpack-lua/archive/${pkgver}.tar.gz";)
-sha256sums=('b58a25a0b48e1ec584beee6c80e0e31182dad7a45005ce58e88e6cfff3a3f3e4')
+sha256sums=('7c3f0a5fcd0d7c169fd7bc95978412628d8f59eb9da1d32cf3e8a864b741ec92')
 
 build() {
   cd "libmpack-lua-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-mpack/-/commit/35ab5930724490a4f2aa919c29a21637bc7a4149

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lua-mpack/-/commit/35ab5930724490a4f2aa919c29a21637bc7a4149
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to