summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdanski2021-02-22 16:24:59 +0200
committerIdanski2021-02-22 16:24:59 +0200
commit1cee946d340f57c1b567b7eed228072d56c85e0a (patch)
tree11730372da8b85bbf601e44043242fbbaff9238e
parenta0633d8e217b40979b62466583c33bc40855ca61 (diff)
downloadaur-1cee946d340f57c1b567b7eed228072d56c85e0a.tar.gz
v6.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78637a09176f..e575f6e46a20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 6.5.2
+ pkgver = 6.6.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-6.5.2.tar.gz::https://github.com/r-darwish/topgrade/archive/v6.5.2.tar.gz
- sha256sums = e7107ee2ebf87e09641c1555d56a1165d53eb8ffcfcbb04345d27cee6ec0c6f9
+ source = topgrade-6.6.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v6.6.0.tar.gz
+ sha256sums = 95c530e59a16c51f8f07fbe8a9f1a03947642a905267a6233e7cadb598f096b9
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 3915cdf7573d..57126b09f2e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=6.5.2
+pkgver=6.6.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=('e7107ee2ebf87e09641c1555d56a1165d53eb8ffcfcbb04345d27cee6ec0c6f9')
+sha256sums=('95c530e59a16c51f8f07fbe8a9f1a03947642a905267a6233e7cadb598f096b9')
build() {
cd "$pkgname-$pkgver"