summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2022-05-28 17:13:03 +0000
committerRoey Darwish Dror2022-05-28 17:13:03 +0000
commit4bdd268eefabd2e5350265262527e6a04072c903 (patch)
tree7bc58c68aef990a89a449218f70f4fc0b766990c
parentc38fbee813ba43ad00bd8e1ecf543a3aa9bc2527 (diff)
downloadaur-4bdd268eefabd2e5350265262527e6a04072c903.tar.gz
Bump
-rwxr-xr-x[-rw-r--r--].SRCINFO6
-rwxr-xr-x[-rw-r--r--].gitignore0
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e97597b1cfc8..af5a33717a54 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 9.0.0
+ pkgver = 9.0.1
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = topgrade
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-9.0.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v9.0.0.tar.gz
- sha256sums = 71277152555cfaf1359884a5d094ba841b9b6fc679337871b87476ec5a11c168
+ source = topgrade-9.0.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v9.0.1.tar.gz
+ sha256sums = 70a1cf2c6a4de41e4c708409842968f3cf05dd5f238efac7ca0f1c9064be670a
pkgname = topgrade
diff --git a/.gitignore b/.gitignore
index 5291b9836f97..5291b9836f97 100644..100755
--- a/.gitignore
+++ b/.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index d314b2a557c3..7589b09b51a3 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=9.0.0
+pkgver=9.0.1
pkgrel=1
pkgdesc='Invoke the upgrade procedure of multiple package managers'
arch=('x86_64' 'aarch64' 'armv7')
@@ -9,7 +9,7 @@ url='https://github.com/r-darwish/topgrade'
license=('GPL3')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('71277152555cfaf1359884a5d094ba841b9b6fc679337871b87476ec5a11c168')
+sha256sums=('70a1cf2c6a4de41e4c708409842968f3cf05dd5f238efac7ca0f1c9064be670a')
build() {
cd "$pkgname-$pkgver"