summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2019-03-14 08:48:00 +0200
committerRoey Darwish Dror2019-03-14 08:48:00 +0200
commit1dd2c4fe6a815aa0fb05cd1ddf5061f7ef132eb8 (patch)
tree7eee8129b86f967d51de073ebfaa6a187ab14450
parent95e2e29799b797ecc4a03ad79cd765d5c70de84c (diff)
downloadaur-1dd2c4fe6a815aa0fb05cd1ddf5061f7ef132eb8.tar.gz
1.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3388a712604..9a243ce1a96e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 1.8.0
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-1.8.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v1.8.0.tar.gz
- sha256sums = 6f72962d0ccc90530f031612e9683a42d05995da6496b591e3f374505551c37a
+ source = topgrade-1.9.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v1.9.0.tar.gz
+ sha256sums = a4c0a90d17bcff6375349d7cfc16efa7e7cd30d3035bfa2226cf34d27e93c89c
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index c704674984e5..ccbef968792b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=1.8.0
+pkgver=1.9.0
pkgrel=1
pkgdesc='Invoke the upgrade proceadure of multiple package managers'
arch=('x86_64' '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=('6f72962d0ccc90530f031612e9683a42d05995da6496b591e3f374505551c37a')
+sha256sums=('a4c0a90d17bcff6375349d7cfc16efa7e7cd30d3035bfa2226cf34d27e93c89c')
build() {
cd "$pkgname-$pkgver"