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.12.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Jul 8, 2023
1 parent 9bdeff2 commit 2438dc3
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.11.2
pkgver = 0.12.0
pkgrel = 1
url = https://github.com/moonrepo/proto
arch = x86_64
license = MIT
makedepends = cargo
depends = git
options = !lto
source = proto-0.11.2.tar.gz::https://github.com/moonrepo/proto/archive/refs/tags/v0.11.2.tar.gz
sha512sums = 2151af8aacff8da37070af17011284d15ff2f5ec0a0ad87da1ee0a97e620870b6a4f937d9b5c12bf1f3ff6bda7be665ab47d14b92ee34fa238c52de89e133169
source = proto-0.12.0.tar.gz::https://github.com/moonrepo/proto/archive/refs/tags/v0.12.0.tar.gz
sha512sums = 7561fc10f897c1337afe47c3393e6fb4875e772a147579a71553e3f2c86a1e91f5c66b584f70471a36194bbee645a6a3d8d17168781b8a7016697cfa2a4a5125

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.11.2
pkgver=0.12.0
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::${url}/archive/refs/tags/v${pkgver}.tar.gz")
sha512sums=('2151af8aacff8da37070af17011284d15ff2f5ec0a0ad87da1ee0a97e620870b6a4f937d9b5c12bf1f3ff6bda7be665ab47d14b92ee34fa238c52de89e133169')
sha512sums=('7561fc10f897c1337afe47c3393e6fb4875e772a147579a71553e3f2c86a1e91f5c66b584f70471a36194bbee645a6a3d8d17168781b8a7016697cfa2a4a5125')

prepare() {
cd "${pkgname}-${pkgver}"
Expand Down

0 comments on commit 2438dc3

Please sign in to comment.