summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schönauer2022-11-30 21:52:31 +0000
committerThomas Schönauer2022-11-30 21:52:31 +0000
commit9038305c951c0b92fe872a67d40ca89c33693245 (patch)
tree85bb6e948874c4194190903c5706dd70cc88295c
parent0728ca0dcaba3bb258eaeea733ce7c3f2b1d8700 (diff)
downloadaur-9038305c951c0b92fe872a67d40ca89c33693245.tar.gz
Update to 10.2.1
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3027c9a561f..f4335b3d07da 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 10.2.0
+ pkgver = 10.2.1
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.0.tar.gz::https://github.com/topgrade-rs/topgrade/archive/v10.2.0.tar.gz
- sha256sums = 66f11d3a08981a883c20afd40d036a7e42d8e12f8d88e0671455a83f70b495da
+ source = topgrade-10.2.1.tar.gz::https://github.com/topgrade-rs/topgrade/archive/v10.2.1.tar.gz
+ sha256sums = 0e98f5c61914e88fa2437c539899c4f98ca70d9dc91492e35afba1cc8eb2092f
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index c75573072533..0f185c7ec207 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('e98f5c61914e88fa2437c539899c4f98ca70d9dc91492e35afba1cc8eb2092f')
+sha256sums=('0e98f5c61914e88fa2437c539899c4f98ca70d9dc91492e35afba1cc8eb2092f')
build() {
cd "$pkgname-$pkgver"