summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schönauer2023-07-23 12:14:27 +0000
committerThomas Schönauer2023-07-23 12:14:27 +0000
commit2fee5ea21f163a08602e6659ba36bfb501d1de5e (patch)
treedc868ab8737e1c650dad92449fe25c49c0e24b05
parent9792c0785f09de0fdba629a4b50b5ce067a87494 (diff)
downloadaur-2fee5ea21f163a08602e6659ba36bfb501d1de5e.tar.gz
Update to 12.0.1
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5bc0c348e15..3ddb589b5b81 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 12.0.0
+ pkgver = 12.0.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-12.0.0.tar.gz::https://github.com/topgrade-rs/topgrade/archive/v12.0.0.tar.gz
- sha256sums = c99bb88995da5e7d86055d10eced8950740fa2ed986f0b9b159e64a22a0842ed
+ source = topgrade-12.0.1.tar.gz::https://github.com/topgrade-rs/topgrade/archive/v12.0.1.tar.gz
+ sha256sums = d8a9eeb9c6ae3aab8163b726e912fa7c39849c3ad9f1e39a07924885f639b7bf
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index aaee1572a165..979c88ede457 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=12.0.0
+pkgver=12.0.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=('c99bb88995da5e7d86055d10eced8950740fa2ed986f0b9b159e64a22a0842ed')
+sha256sums=('d8a9eeb9c6ae3aab8163b726e912fa7c39849c3ad9f1e39a07924885f639b7bf')
build() {
cd "$pkgname-$pkgver"