summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdanski2020-01-16 13:49:46 +0200
committerIdanski2020-01-16 13:49:46 +0200
commit915d0f1e934225b8764d2402936c07f8802e65da (patch)
treebd58feb0fa09313588023b4199c52cf3d6a5d8d8
parent01ec32063821798c66e947eea59562af31d78ffe (diff)
downloadaur-915d0f1e934225b8764d2402936c07f8802e65da.tar.gz
v3.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13cf60021a09..7127f4be2c4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 3.7.1
+ pkgver = 3.7.2
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-3.7.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v3.7.1.tar.gz
- sha256sums = 2f75d3315ac925d0735836ddee251446f78366060e801202cecd8ad76fe1ea08
+ source = topgrade-3.7.2.tar.gz::https://github.com/r-darwish/topgrade/archive/v3.7.2.tar.gz
+ sha256sums = efb58722d27c4c1d01cdb8eb7fccc0a8adc51970b25e1dd9a581fc3aadaea8ea
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 168cb2a1f6db..368a8f6491f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=3.7.1
+pkgver=3.7.2
pkgrel=1
pkgdesc='Invoke the upgrade procedure 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=('2f75d3315ac925d0735836ddee251446f78366060e801202cecd8ad76fe1ea08')
+sha256sums=('efb58722d27c4c1d01cdb8eb7fccc0a8adc51970b25e1dd9a581fc3aadaea8ea')
build() {
cd "$pkgname-$pkgver"