summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schönauer2022-11-06 14:01:10 +0000
committerThomas Schönauer2022-11-06 14:01:10 +0000
commit1e9c22dbe956e9dc870a13a348f23e6938dfe74e (patch)
tree87b85e5ea3979109bb3d2f3c2779c7137361dd4d
parente96d9b1deeef89c0658039c8d07dcd697beab8ee (diff)
downloadaur-1e9c22dbe956e9dc870a13a348f23e6938dfe74e.tar.gz
Update to 10.1.2
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3db53b00528c..325fd1f124bc 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 10.1.1
+ pkgver = 10.1.2
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.1.tar.gz::https://github.com/topgrade-rs/topgrade/archive/v10.1.1.tar.gz
- sha256sums = 02f850b8ab62544aef0fd128da1be3c1d3c4d0f27bfdb0ead656592715eb8f68
+ source = topgrade-10.1.2.tar.gz::https://github.com/topgrade-rs/topgrade/archive/v10.1.2.tar.gz
+ sha256sums = 978d6cf2c5d6ab71fe21960a98c27050c3ead132f322dd268abc287185dbef60
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 6cd8f5d44d1f..87e0a72b854c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=10.1.1
+pkgver=10.1.2
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=('02f850b8ab62544aef0fd128da1be3c1d3c4d0f27bfdb0ead656592715eb8f68')
+sha256sums=('978d6cf2c5d6ab71fe21960a98c27050c3ead132f322dd268abc287185dbef60')
build() {
cd "$pkgname-$pkgver"