Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
upg(proto): 0.14.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Aug 20, 2023
1 parent 99f6577 commit 01d1fdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions proto/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
pkgbase = proto
pkgdesc = A multi-language version and dependency manager
pkgver = 0.14.1
pkgver = 0.14.2
pkgrel = 1
url = https://github.com/moonrepo/proto
arch = x86_64
license = MIT
makedepends = cargo
depends = git
options = !lto
source = proto-0.14.1.tar.gz::https://api.github.com/repos/moonrepo/proto/tarball/v0.14.1
sha512sums = 027b528619a43c9a44299b20c051fcc9580a521f082418a9431d38e79eb32dbf2f5667833fe106033a04aab8fe339219c8a7bc0a23523a461dbf4c09bb745894
source = proto-0.14.2.tar.gz::https://api.github.com/repos/moonrepo/proto/tarball/v0.14.2
sha512sums = b334526a30624b453bc85e2d18bea461b57b1e8e133777e9045a8cb463d7ed2d129d2e9194ea265f15297dc1fc56193d2cebf0439e60b1314e5504583c00aec4

pkgname = proto
4 changes: 2 additions & 2 deletions proto/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

pkgname=proto
pkgdesc='A multi-language version and dependency manager'
pkgver=0.14.1
pkgver=0.14.2
pkgrel=1
license=('MIT')
url='https://github.com/moonrepo/proto'
Expand All @@ -14,7 +14,7 @@ depends=('git')
makedepends=('cargo')
options=('!lto')
source=("${pkgname}-${pkgver}.tar.gz::https://api.github.com/repos/moonrepo/proto/tarball/v${pkgver}")
sha512sums=('027b528619a43c9a44299b20c051fcc9580a521f082418a9431d38e79eb32dbf2f5667833fe106033a04aab8fe339219c8a7bc0a23523a461dbf4c09bb745894')
sha512sums=('b334526a30624b453bc85e2d18bea461b57b1e8e133777e9045a8cb463d7ed2d129d2e9194ea265f15297dc1fc56193d2cebf0439e60b1314e5504583c00aec4')

prepare() {
cd moonrepo-proto-*
Expand Down

0 comments on commit 01d1fdf

Please sign in to comment.