mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 03:33:05 +01:00
Bump to 0.31.0
This commit is contained in:
parent
c10e09d514
commit
f9e0690792
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = github-mcp-server
|
||||
pkgdesc = GitHub's official MCP server which connects AI tools directly to GitHub's platform
|
||||
pkgver = 0.30.3
|
||||
pkgver = 0.31.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/github/github-mcp-server
|
||||
arch = aarch64
|
||||
|
|
@ -10,7 +10,7 @@ pkgbase = github-mcp-server
|
|||
makedepends = git
|
||||
makedepends = go
|
||||
depends = glibc
|
||||
source = github-mcp-server::git+https://github.com/github/github-mcp-server.git#tag=v0.30.3
|
||||
sha256sums = be26e55c17e56facec054919b42a2fa9b7fffcc34032f88c03e4dfd928ae7d0d
|
||||
source = github-mcp-server::git+https://github.com/github/github-mcp-server.git#tag=v0.31.0
|
||||
sha256sums = 75a3097b21761501675598e2fb8f7aa71cd354e7dc59f7c0426f596f5b6b3ff3
|
||||
|
||||
pkgname = github-mcp-server
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: dougEfresh <dchimento@gmail.com>
|
||||
|
||||
pkgname="github-mcp-server"
|
||||
pkgver=0.30.3
|
||||
pkgver=0.31.0
|
||||
pkgrel=1
|
||||
pkgdesc="GitHub's official MCP server which connects AI tools directly to GitHub's platform"
|
||||
arch=(
|
||||
|
|
@ -25,7 +25,7 @@ _pkgsrc="${url##*/}"
|
|||
source=(
|
||||
"${_pkgsrc}::git+${url}.git#tag=v${pkgver}"
|
||||
)
|
||||
sha256sums=('be26e55c17e56facec054919b42a2fa9b7fffcc34032f88c03e4dfd928ae7d0d')
|
||||
sha256sums=('75a3097b21761501675598e2fb8f7aa71cd354e7dc59f7c0426f596f5b6b3ff3')
|
||||
|
||||
prepare() {
|
||||
export GOMODCACHE="${srcdir}/go-mod-cache"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue