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


Commits:
ab04df84 by Anatol Pomozov at 2026-06-14T12:30:17-07:00
upgpkg: 0.9.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = easyjson
        pkgdesc = Fast JSON serializer for golang
-       pkgver = 0.7.7
-       pkgrel = 2
+       pkgver = 0.9.2
+       pkgrel = 1
        url = https://github.com/mailru/easyjson
        arch = x86_64
        license = MIT
        makedepends = go
        makedepends = git
        depends = glibc
-       source = 
easyjson-0.7.7.zip::https://github.com/mailru/easyjson/archive/v0.7.7.zip
-       sha512sums = 
21b28ac8730090118c8268c580166b9179b003fa8c0a603f90fce5f4b91eb12fd14466c94f7ecbc01764f8a3c7c7350283da3094f208992f877cd5f1391bcbb6
+       source = 
easyjson-0.9.2.zip::https://github.com/mailru/easyjson/archive/v0.9.2.zip
+       sha512sums = 
bcdaec8b6dc4a006523372d1e3b36028b4397be5c7c17ec7ec4ec7aa40702a3da90f4c76732c8212f54535914161b5e83b95fe7c3ba3aa4fd2b414e17596c354
 
 pkgname = easyjson


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Anatol Pomozov
 
 pkgname=easyjson
-pkgver=0.7.7
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
 pkgdesc='Fast JSON serializer for golang'
 arch=(x86_64)
 url='https://github.com/mailru/easyjson'
@@ -10,7 +10,7 @@ license=(MIT)
 depends=(glibc)
 makedepends=(go git)
 
source=(easyjson-$pkgver.zip::https://github.com/mailru/easyjson/archive/v$pkgver.zip)
-sha512sums=('21b28ac8730090118c8268c580166b9179b003fa8c0a603f90fce5f4b91eb12fd14466c94f7ecbc01764f8a3c7c7350283da3094f208992f877cd5f1391bcbb6')
+sha512sums=('bcdaec8b6dc4a006523372d1e3b36028b4397be5c7c17ec7ec4ec7aa40702a3da90f4c76732c8212f54535914161b5e83b95fe7c3ba3aa4fd2b414e17596c354')
 
 prepare() {
   cd $srcdir/easyjson-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/easyjson/-/commit/ab04df84e88930602c7014d3a00973c649363178

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/easyjson/-/commit/ab04df84e88930602c7014d3a00973c649363178
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