summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schönauer2022-11-05 10:56:13 +0000
committerThomas Schönauer2022-11-05 10:56:13 +0000
commite96d9b1deeef89c0658039c8d07dcd697beab8ee (patch)
tree75e50dc035bbccce41e2d0e2718a5b0495ab29eb
parentd1f04c86fa2cbcf032be08720d3eeb37bccb2999 (diff)
downloadaur-e96d9b1deeef89c0658039c8d07dcd697beab8ee.tar.gz
Update to 10.1.1
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0269bdcf8dc0..3db53b00528c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 10.1.0
+ pkgver = 10.1.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.1.0.tar.gz::https://github.com/topgrade-rs/topgrade/archive/v10.1.0.tar.gz
- sha256sums = 51bde541dc5ebbc9ff7428d68aecc2853629d8f9a3d42f14f6a8f43d70519fa8
+ source = topgrade-10.1.1.tar.gz::https://github.com/topgrade-rs/topgrade/archive/v10.1.1.tar.gz
+ sha256sums = 02f850b8ab62544aef0fd128da1be3c1d3c4d0f27bfdb0ead656592715eb8f68
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 4df6c770ea55..6cd8f5d44d1f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=10.1.0
+pkgver=10.1.1
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=('51bde541dc5ebbc9ff7428d68aecc2853629d8f9a3d42f14f6a8f43d70519fa8')
+sha256sums=('02f850b8ab62544aef0fd128da1be3c1d3c4d0f27bfdb0ead656592715eb8f68')
build() {
cd "$pkgname-$pkgver"