summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdanski2020-09-03 14:41:34 +0300
committerIdanski2020-09-03 14:41:34 +0300
commitd18d1ce1b6fabe4233fe04002544e1a33e7c3c96 (patch)
tree9d763ba582bfac21be34c04297dcb7891296471a
parent711d6f14545087db5b58e935e277a6a398fadccd (diff)
downloadaur-d18d1ce1b6fabe4233fe04002544e1a33e7c3c96.tar.gz
v5.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72b19d9a1b52..d6a8a6171e11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 5.6.0
+ pkgver = 5.7.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.6.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v5.6.0.tar.gz
- sha256sums = 8cf21d579ecd7be290f307b8dd4a72b7bcff6b24463b1663c6ee754f0f17d6a0
+ source = topgrade-5.7.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v5.7.0.tar.gz
+ sha256sums = 7d5e36b75e6eeaddb7e3d684a14fc8f52fe7d4aacdbffee132cae03e2dffa265
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index f223de59f683..143445d7db44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=5.6.0
+pkgver=5.7.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=('8cf21d579ecd7be290f307b8dd4a72b7bcff6b24463b1663c6ee754f0f17d6a0')
+sha256sums=('7d5e36b75e6eeaddb7e3d684a14fc8f52fe7d4aacdbffee132cae03e2dffa265')
build() {
cd "$pkgname-$pkgver"