summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2019-10-26 21:50:40 +0300
committerRoey Darwish Dror2019-10-26 21:50:40 +0300
commitf22b5ee7de564f6bc18a987b7cbe90401607a90c (patch)
tree6bacd965e293c1774f327cd43e2766b33e4824db
parentc78e77e0bb4720a57ac9e0ea83327053e1b245b2 (diff)
downloadaur-f22b5ee7de564f6bc18a987b7cbe90401607a90c.tar.gz
v3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afe5809d3606..4088b40ea5a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-3.1.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v3.1.0.tar.gz
- sha256sums = 801bec18bf3b9fd3dfa9f8343864e10dd47edae8a1d86a186d9c33a77af2608c
+ source = topgrade-3.2.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v3.2.0.tar.gz
+ sha256sums = 2e336f3ce56297a2eb7c225bc905a3b1e275d64c7db72e68d80834978a304ebd
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index f288a46f6755..945aaf565146 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc='Invoke the upgrade proceadure of multiple package managers'
arch=('x86_64' '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=('801bec18bf3b9fd3dfa9f8343864e10dd47edae8a1d86a186d9c33a77af2608c')
+sha256sums=('2e336f3ce56297a2eb7c225bc905a3b1e275d64c7db72e68d80834978a304ebd')
build() {
cd "$pkgname-$pkgver"