summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdanski2020-06-14 10:32:53 +0300
committerIdanski2020-06-14 10:32:53 +0300
commit6219899bf709a422f1b14b9d9e977af36193dd0d (patch)
tree8e5a64d6fbe96557e68c8b3c77b2bd30ce923d21
parent555ccf0b9ac12365a43e37536926869bdf1a1c2e (diff)
downloadaur-6219899bf709a422f1b14b9d9e977af36193dd0d.tar.gz
v4.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20a43545c647..01a2c7432bae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 4.6.0
+ pkgver = 4.7.1
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-4.6.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v4.6.0.tar.gz
- sha256sums = fc1f1efdd1d108cd2c2a39e544c0e11a20cf7460bd8abf22104807b28d33ae11
+ source = topgrade-4.7.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v4.7.1.tar.gz
+ sha256sums = 57d05d806ff95780fc196a5d20d0830b0b9437e3cc84a3735905446e3c0a3860
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index ac05d5ef70d0..90f6608f3378 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=4.6.0
+pkgver=4.7.1
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=('fc1f1efdd1d108cd2c2a39e544c0e11a20cf7460bd8abf22104807b28d33ae11')
+sha256sums=('57d05d806ff95780fc196a5d20d0830b0b9437e3cc84a3735905446e3c0a3860')
build() {
cd "$pkgname-$pkgver"