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