summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdanski2021-01-12 12:56:57 +0200
committerIdanski2021-01-12 12:56:57 +0200
commit8c82c49e7f56121f988973e84110e8df65f0f2ac (patch)
tree19afab3a9331818ad06525106ed2a4cc930d434e
parentda4fedd0b3eddb630b2bbd10ef2e8b826af41b7c (diff)
downloadaur-8c82c49e7f56121f988973e84110e8df65f0f2ac.tar.gz
v6.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1011fd15046f..ff69075a526d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 6.2.0
+ pkgver = 6.2.3
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-6.2.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v6.2.0.tar.gz
- sha256sums = ee23ba04962509ac188ec601dd67c0f8a7eae7d6532155c0eb848756264dbc21
+ source = topgrade-6.2.3.tar.gz::https://github.com/r-darwish/topgrade/archive/v6.2.3.tar.gz
+ sha256sums = bc1c385be2003462af1bc21fd0556bff88498bb510d80c419ead7adffb4239d2
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 5f92e02ed7ac..a3c8f4e6b3b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=6.2.0
+pkgver=6.2.3
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=('ee23ba04962509ac188ec601dd67c0f8a7eae7d6532155c0eb848756264dbc21')
+sha256sums=('bc1c385be2003462af1bc21fd0556bff88498bb510d80c419ead7adffb4239d2')
build() {
cd "$pkgname-$pkgver"