summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdanski2020-07-06 14:59:50 +0300
committerIdanski2020-07-06 14:59:50 +0300
commit024497e44e18049ec3f7f2637ac5cb83bab193ce (patch)
tree481424ffad031881e5d1412f5a4691004aef7aa6
parentb9629be509ef714ba9e3473f2bbf0fac8f866b51 (diff)
downloadaur-024497e44e18049ec3f7f2637ac5cb83bab193ce.tar.gz
v5.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4805ea64306..b5a15f9c396f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 5.0.0
+ pkgver = 5.1.0
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-5.0.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v5.0.0.tar.gz
- sha256sums = fc3ae25c550b66270457c11778bddcbb3b664638f5181f388262bf40e8811124
+ source = topgrade-5.1.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v5.1.0.tar.gz
+ sha256sums = 39c667e868715a79b1904326709856ea3b1724200f471fb4d4c09b67c959a998
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index af3f07e56806..d1114f50845f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=5.0.0
+pkgver=5.1.0
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=('fc3ae25c550b66270457c11778bddcbb3b664638f5181f388262bf40e8811124')
+sha256sums=('39c667e868715a79b1904326709856ea3b1724200f471fb4d4c09b67c959a998')
build() {
cd "$pkgname-$pkgver"