summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdanski2020-12-01 14:36:33 +0200
committerIdanski2020-12-01 14:36:33 +0200
commit08356c17b3117b9bd6035bdfed9b2f038dccd7d7 (patch)
tree278f5ae111395a95d522d3acdaabbd6a622e3187
parentba9c7e16b04ff69a5b590c120a870388c157d77c (diff)
downloadaur-08356c17b3117b9bd6035bdfed9b2f038dccd7d7.tar.gz
v6.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 915f0ce32c48..25318e9da822 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 6.0.0
+ pkgver = 6.0.1
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = topgrade
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-6.0.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v6.0.0.tar.gz
- sha256sums = dae2a6e95521a8f6bb42888a7de70e2e065ac2679fc07f033b5195be12f4456d
+ source = topgrade-6.0.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v6.0.1.tar.gz
+ sha256sums = 454004ea828e5ae35e1a4e8b269e0d85d8fbb924b1c695d8bcaca5ccf92d5bc4
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index c9ee42ca5c25..5369f39efe6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=6.0.0
+pkgver=6.0.1
pkgrel=1
pkgdesc='Invoke the upgrade procedure of multiple package managers'
arch=('x86_64' 'aarch64' 'armv7')
@@ -9,7 +9,7 @@ url='https://github.com/r-darwish/topgrade'
license=('GPL3')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('dae2a6e95521a8f6bb42888a7de70e2e065ac2679fc07f033b5195be12f4456d')
+sha256sums=('454004ea828e5ae35e1a4e8b269e0d85d8fbb924b1c695d8bcaca5ccf92d5bc4')
build() {
cd "$pkgname-$pkgver"