summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2019-06-18 14:19:23 +0300
committerRoey Darwish Dror2019-06-18 14:19:23 +0300
commit05e5cc0a0f9b2b6ad16fc1cbb75e16584783ce68 (patch)
treea95ea57c643d2ab84ea8901203d921aadf89a2c1
parent13450545c6486244ca371dc6862e6a0a8cdae446 (diff)
downloadaur-05e5cc0a0f9b2b6ad16fc1cbb75e16584783ce68.tar.gz
2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad23fc37f60f..4ea0477e2e0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 2.2.1
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-2.2.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v2.2.1.tar.gz
- sha256sums = 7b9956a2b9fa26536c6af0c3a1327721697e792b846658c69812d3072f82eee8
+ source = topgrade-2.3.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v2.3.1.tar.gz
+ sha256sums = e16404d0156f0b9f3ff254053633320b0f1c4c8f1a2cecb92da674ff2a55297a
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 0016fe888373..0dfeb783fbb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=2.2.1
+pkgver=2.3.1
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=('7b9956a2b9fa26536c6af0c3a1327721697e792b846658c69812d3072f82eee8')
+sha256sums=('e16404d0156f0b9f3ff254053633320b0f1c4c8f1a2cecb92da674ff2a55297a')
build() {
cd "$pkgname-$pkgver"