summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schönauer2022-12-18 14:30:28 +0000
committerThomas Schönauer2022-12-18 14:30:28 +0000
commitc5331ff9c925cde34f2d4809029f53983bdb589e (patch)
tree41ddca079005575b2a4e21e8386f4518b26a63bd
parente55fdd59aa9085867fbca2341a397f2dd6fbe08d (diff)
downloadaur-c5331ff9c925cde34f2d4809029f53983bdb589e.tar.gz
Update to 10.2.3
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9fe614d21fa..cb7627b75784 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 10.2.2
+ pkgver = 10.2.3
pkgrel = 1
url = https://github.com/topgrade-rs/topgrade
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = topgrade
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-10.2.2.tar.gz::https://github.com/topgrade-rs/topgrade/archive/v10.2.2.tar.gz
- sha256sums = 00dd0afa9ba166d61e63ea7387b3c6dfd6c905f5a42c1cefc394e7d0a869a6a1
+ source = topgrade-10.2.3.tar.gz::https://github.com/topgrade-rs/topgrade/archive/v10.2.3.tar.gz
+ sha256sums = 2367f004b4db93c4a6ea455870c583ddd86c7ba3560afb94ceafea3363bc822a
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index ae2f33c05137..cb5cdd70a306 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=10.2.2
+pkgver=10.2.3
pkgrel=1
pkgdesc='Invoke the upgrade procedure of multiple package managers'
arch=('x86_64' 'aarch64' 'armv7')
@@ -10,7 +10,7 @@ url='https://github.com/topgrade-rs/topgrade'
license=('GPL3')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('00dd0afa9ba166d61e63ea7387b3c6dfd6c905f5a42c1cefc394e7d0a869a6a1')
+sha256sums=('2367f004b4db93c4a6ea455870c583ddd86c7ba3560afb94ceafea3363bc822a')
build() {
cd "$pkgname-$pkgver"