summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2022-05-26 19:24:17 +0000
committerRoey Darwish Dror2022-05-26 19:24:17 +0000
commitc38fbee813ba43ad00bd8e1ecf543a3aa9bc2527 (patch)
treedaa2cc96d88acdeab8c540143b7d3138a2e2e9d6
parent30672ac8761024fd7d08be979e4bd1b82fb33a38 (diff)
downloadaur-c38fbee813ba43ad00bd8e1ecf543a3aa9bc2527.tar.gz
9.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b3708afc03d..e97597b1cfc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade procedure of multiple package managers
- pkgver = 8.3.1
+ pkgver = 9.0.0
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-8.3.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v8.3.1.tar.gz
- sha256sums = f90f25b1701e544ca1eb935b552065c0eca584eaff659920148f278aa36ee10b
+ source = topgrade-9.0.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v9.0.0.tar.gz
+ sha256sums = 71277152555cfaf1359884a5d094ba841b9b6fc679337871b87476ec5a11c168
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 0fac5ed17089..d314b2a557c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=8.3.1
+pkgver=9.0.0
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=('f90f25b1701e544ca1eb935b552065c0eca584eaff659920148f278aa36ee10b')
+sha256sums=('71277152555cfaf1359884a5d094ba841b9b6fc679337871b87476ec5a11c168')
build() {
cd "$pkgname-$pkgver"