diff options
author | Mark Wagie | 2023-06-16 08:21:22 -0600 |
---|---|---|
committer | Mark Wagie | 2023-06-16 08:21:22 -0600 |
commit | b51ac59c1cf08dc2babe5441ce572b52e3fe4753 (patch) | |
tree | 8addabd2aa0e622776cea75048a8170fb7a29681 | |
parent | 90e58b9f6e2f18c63c67fc5d935073d8f4b0f014 (diff) | |
download | aur-b51ac59c1cf08dc2babe5441ce572b52e3fe4753.tar.gz |
0.6.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = protonup-rs pkgdesc = CLI program to automate the installation and update of Proton-GE - pkgver = 0.5.0 + pkgver = 0.6.0 pkgrel = 1 url = https://github.com/auyer/Protonup-rs arch = x86_64 @@ -8,7 +8,7 @@ pkgbase = protonup-rs makedepends = cargo depends = gcc-libs options = !lto - source = protonup-rs-0.5.0.tar.gz::https://github.com/auyer/Protonup-rs/archive/refs/tags/v0.5.0.tar.gz - sha256sums = b310c2a26412ff4fa2215a2826a297d51f8133f26e8c1da574b0642b4e76bf87 + source = protonup-rs-0.6.0.tar.gz::https://github.com/auyer/Protonup-rs/archive/refs/tags/v0.6.0.tar.gz + sha256sums = 100540d15bc804589ca6e3cfacbafdef6c135a0b0946fe00ecd3df95f3ab0138 pkgname = protonup-rs @@ -1,6 +1,6 @@ # Maintainer: Mark Wagie <mark dot wagie at proton dot me> pkgname=protonup-rs -pkgver=0.5.0 +pkgver=0.6.0 pkgrel=1 pkgdesc="CLI program to automate the installation and update of Proton-GE" arch=('x86_64') @@ -10,7 +10,7 @@ depends=('gcc-libs') makedepends=('cargo') options=('!lto') source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('b310c2a26412ff4fa2215a2826a297d51f8133f26e8c1da574b0642b4e76bf87') +sha256sums=('100540d15bc804589ca6e3cfacbafdef6c135a0b0946fe00ecd3df95f3ab0138') prepare() { cd "Protonup-rs-$pkgver" |