summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdanski2020-07-22 17:23:29 +0300
committerIdanski2020-07-22 17:23:29 +0300
commitb81e32a48b5dc0f869f93862dfe5f28e16910382 (patch)
treeb98d4451b050f02d84e9ef0bb31ec359a70ae8cb
parentfbbc54febf583ca6c2099fb807a08f9d94c1ff3c (diff)
downloadaur-b81e32a48b5dc0f869f93862dfe5f28e16910382.tar.gz
v5.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fefc749e0cbb..ff40d0de110a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 5.2.0
+ pkgver = 5.3.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.2.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v5.2.0.tar.gz
- sha256sums = 438e9660ed49d5cd9104be6da83e03538f4d7e2b02701fe902cc770a4b805e28
+ source = topgrade-5.3.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v5.3.0.tar.gz
+ sha256sums = 4218396301113a31d457cd06188dbc5926caa8cfc5cdb12b728c82102f242525
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 093fc7fe49f3..f66a25fbae70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=5.2.0
+pkgver=5.3.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=('438e9660ed49d5cd9104be6da83e03538f4d7e2b02701fe902cc770a4b805e28')
+sha256sums=('4218396301113a31d457cd06188dbc5926caa8cfc5cdb12b728c82102f242525')
build() {
cd "$pkgname-$pkgver"