summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdanski2021-02-15 10:47:07 +0200
committerIdanski2021-02-15 10:47:07 +0200
commita0633d8e217b40979b62466583c33bc40855ca61 (patch)
treecb444f96c2ee3590f3bd89c3de5bb8b92d8cb168
parent5c6873645eee100fa3da7965d1558b6c03375747 (diff)
downloadaur-a0633d8e217b40979b62466583c33bc40855ca61.tar.gz
v6.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7ea6b59dc1b..78637a09176f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 6.5.1
+ pkgver = 6.5.2
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.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v6.5.1.tar.gz
- sha256sums = 3090c46a98a29410d6889dfabb893e388e9c73d429571b99271d653150a41627
+ source = topgrade-6.5.2.tar.gz::https://github.com/r-darwish/topgrade/archive/v6.5.2.tar.gz
+ sha256sums = e7107ee2ebf87e09641c1555d56a1165d53eb8ffcfcbb04345d27cee6ec0c6f9
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 055feb494271..3915cdf7573d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=6.5.1
+pkgver=6.5.2
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=('3090c46a98a29410d6889dfabb893e388e9c73d429571b99271d653150a41627')
+sha256sums=('e7107ee2ebf87e09641c1555d56a1165d53eb8ffcfcbb04345d27cee6ec0c6f9')
build() {
cd "$pkgname-$pkgver"