summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerge K2024-01-24 21:46:20 +0700
committerSerge K2024-01-24 21:46:20 +0700
commit3414658c39333b20d28af08ac05329a22a829802 (patch)
treecf1d997cdf2f3c67ba1b1275bec6a497c9df9742
parent33a23293e7046588f4f5cc6fe8924635160ebdd7 (diff)
downloadaur-3414658c39333b20d28af08ac05329a22a829802.tar.gz
upg(proto): 0.29.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c35d4428c3f..f808488aca28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = proto
pkgdesc = Pluggable multi-language version manager
- pkgver = 0.28.2
+ pkgver = 0.29.1
pkgrel = 1
url = https://github.com/moonrepo/proto
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = proto
depends = gcc-libs
depends = xz
options = !lto
- source = proto-0.28.2-6db6d51.tar.gz::https://api.github.com/repos/moonrepo/proto/tarball/6db6d515b16e63fd4882615108270ee863776524
- sha256sums = 1e20d52a429896842df4cf46ce6c0cfe2c5b190e7d3845bfd3546b97b060487a
+ source = proto-0.29.1-9bfad0b.tar.gz::https://api.github.com/repos/moonrepo/proto/tarball/9bfad0b22c97131d64ce8647938355b5aab9ffb6
+ sha256sums = 7a34d9dc7795c007302773d3ca964f1ce045d59133233e68aa169bae6652a9ee
pkgname = proto
diff --git a/PKGBUILD b/PKGBUILD
index 3623a7710b33..1d536e63c0fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=proto
pkgdesc='Pluggable multi-language version manager'
-_sha='6db6d515b16e63fd4882615108270ee863776524'
+_sha='9bfad0b22c97131d64ce8647938355b5aab9ffb6'
_short_sha="${_sha::7}"
-pkgver=0.28.2
+pkgver=0.29.1
pkgrel=1
arch=('x86_64')
_gh_owner='moonrepo'
@@ -18,7 +18,7 @@ depends=('git' 'gcc-libs' 'xz')
makedepends=('cargo')
options=('!lto')
source=("${pkgname}-${pkgver}-${_short_sha}.tar.gz::https://api.github.com/repos/${_gh_owner}/${_gh_repo}/tarball/${_sha}")
-sha256sums=('1e20d52a429896842df4cf46ce6c0cfe2c5b190e7d3845bfd3546b97b060487a')
+sha256sums=('7a34d9dc7795c007302773d3ca964f1ce045d59133233e68aa169bae6652a9ee')
prepare() {
cd "${_gh_owner}-${_gh_repo}-${_short_sha}"