summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdanski2020-11-19 15:08:42 +0200
committerIdanski2020-11-19 15:08:42 +0200
commitba9c7e16b04ff69a5b590c120a870388c157d77c (patch)
treee9f122b242b34750a10deaf570999162d6568a02
parent2921b5d575626d230a485d517b1174c61313d004 (diff)
downloadaur-ba9c7e16b04ff69a5b590c120a870388c157d77c.tar.gz
v6.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68bf0adeb8de..915f0ce32c48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 5.9.1
+ pkgver = 6.0.0
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-5.9.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v5.9.1.tar.gz
- sha256sums = fea2053a667546fe4f6fa722e3cac2f229c6abdae78f220a4dda25398ba2494d
+ source = topgrade-6.0.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v6.0.0.tar.gz
+ sha256sums = dae2a6e95521a8f6bb42888a7de70e2e065ac2679fc07f033b5195be12f4456d
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index ead414b48716..c9ee42ca5c25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=5.9.1
+pkgver=6.0.0
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=('fea2053a667546fe4f6fa722e3cac2f229c6abdae78f220a4dda25398ba2494d')
+sha256sums=('dae2a6e95521a8f6bb42888a7de70e2e065ac2679fc07f033b5195be12f4456d')
build() {
cd "$pkgname-$pkgver"