Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / cue


Commits:
1fc74a35 by Morten Linderud at 2026-04-10T23:13:37+02:00
upgpkg: 0.16.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = cue
        pkgdesc = Validate and define text-based and dynamic configuration
-       pkgver = 0.16.0
+       pkgver = 0.16.1
        pkgrel = 1
        url = https://github.com/cue-lang/cue
        arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = cue
        checkdepends = git
        makedepends = go
        depends = glibc
-       source = 
cue-0.16.0.tar.gz::https://github.com/cue-lang/cue/archive/v0.16.0.tar.gz
-       sha512sums = 
2bb7b5417d5ec8ec32e5905ea01e8eecc481eb0e338591059e01fd1baefcd213a475950e40042694c74fe28369d3dc540f6ce6bf4dd4fc149600657d166284a9
+       source = 
cue-0.16.1.tar.gz::https://github.com/cue-lang/cue/archive/v0.16.1.tar.gz
+       sha512sums = 
d918b89318e00a27147c73f6d7d704f10b01b0d1dc31b3ab1a60c0bc3ba3114c2e2bc99bbc4a8e941d0b67cb9b2d465601f2b0422c0afa59b88be0ff3a122571
 
 pkgname = cue


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Daniel Martí <[email protected]>
 
 pkgname=cue
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc="Validate and define text-based and dynamic configuration"
 arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('go')
 checkdepends=('git')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cue-lang/cue/archive/v${pkgver}.tar.gz";)
-sha512sums=('2bb7b5417d5ec8ec32e5905ea01e8eecc481eb0e338591059e01fd1baefcd213a475950e40042694c74fe28369d3dc540f6ce6bf4dd4fc149600657d166284a9')
+sha512sums=('d918b89318e00a27147c73f6d7d704f10b01b0d1dc31b3ab1a60c0bc3ba3114c2e2bc99bbc4a8e941d0b67cb9b2d465601f2b0422c0afa59b88be0ff3a122571')
 
 prepare(){
   cd "${pkgname}-${pkgver}"



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

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