summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schönauer2022-11-24 18:48:16 +0000
committerThomas Schönauer2022-11-24 18:48:16 +0000
commitd997251d1ec8c403b46e4a96f4c52d564bcd2fa3 (patch)
tree6770e99ae412d1e6ac2a9115b898ef4b38483db8
parent1e9c22dbe956e9dc870a13a348f23e6938dfe74e (diff)
downloadaur-d997251d1ec8c403b46e4a96f4c52d564bcd2fa3.tar.gz
Update to 10.2.0
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 325fd1f124bc..c3027c9a561f 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 10.1.2
+ pkgver = 10.2.0
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.1.2.tar.gz::https://github.com/topgrade-rs/topgrade/archive/v10.1.2.tar.gz
- sha256sums = 978d6cf2c5d6ab71fe21960a98c27050c3ead132f322dd268abc287185dbef60
+ source = topgrade-10.2.0.tar.gz::https://github.com/topgrade-rs/topgrade/archive/v10.2.0.tar.gz
+ sha256sums = 66f11d3a08981a883c20afd40d036a7e42d8e12f8d88e0671455a83f70b495da
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 87e0a72b854c..c262a0f08704 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=10.1.2
+pkgver=10.2.0
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=('978d6cf2c5d6ab71fe21960a98c27050c3ead132f322dd268abc287185dbef60')
+sha256sums=('66f11d3a08981a883c20afd40d036a7e42d8e12f8d88e0671455a83f70b495da')
build() {
cd "$pkgname-$pkgver"