Christian Rebischke pushed to branch main at Arch Linux / Packaging / Packages 
/ yaegi


Commits:
0627177b by Christian Rebischke at 2024-04-07T21:16:10+02:00
upgpkg: 0.16.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,13 @@
+pkgbase = yaegi
+       pkgdesc = Yet another Elegant Go Interpreter
+       pkgver = 0.16.1
+       pkgrel = 1
+       url = https://github.com/containous/yaegi
+       arch = x86_64
+       license = Apache
+       makedepends = go
+       depends = glibc
+       source = 
yaegi-0.16.1.tar.gz::https://github.com/containous/yaegi/archive/v0.16.1.tar.gz
+       sha512sums = 
44db8b3748980c60873aef6b2aa7198e34e9c3aec9141ba56c9c91120e38e4d587c4bbfd09b250b52b607c88d1da41b82b31859d90636bf62cfe6d07bd30fea8
+
+pkgname = yaegi


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Christian Rebischke <chris.rebisc...@archlinux.org>
 # Contributor: navigaid <navig...@gmail.com>
 pkgname=yaegi
-pkgver=0.15.1
+pkgver=0.16.1
 pkgrel=1
 pkgdesc='Yet another Elegant Go Interpreter'
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
 makedepends=('go')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/containous/yaegi/archive/v${pkgver}.tar.gz";)
-sha512sums=('e827b370b1f1a7453de02ffa54768372a64730cbde7b09d505e44bdd9d8290de5550e56fcacfdce022a1d4103d26f0cab5104c032d95145036cf09079de20d10')
+sha512sums=('44db8b3748980c60873aef6b2aa7198e34e9c3aec9141ba56c9c91120e38e4d587c4bbfd09b250b52b607c88d1da41b82b31859d90636bf62cfe6d07bd30fea8')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yaegi/-/commit/0627177be9627b29268734079a1ff09e21a0a56c

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


Reply via email to