summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2019-05-13 13:06:51 +0300
committerRoey Darwish Dror2019-05-13 13:06:51 +0300
commit03b58f4b3db18262fe2e8590440b9d4cc3d4a872 (patch)
tree794440ee4cad404dcbdb55e4a379fe6fcae17546
parentaeca2c9fadcb251a268b17a45665c3ebc481ebce (diff)
downloadaur-03b58f4b3db18262fe2e8590440b9d4cc3d4a872.tar.gz
Version 1.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9f1ed2918bf..f2a92e17489e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 1.10.1
+ pkgver = 1.11.1
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-1.10.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v1.10.1.tar.gz
- sha256sums = fce43420c658e43a11b3cd17ee36549467d16504f96f4a84866a6ab6253ee6ab
+ source = topgrade-1.11.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v1.11.1.tar.gz
+ sha256sums = 81caf3a339942a7e029a6d5be32e693ee9e5545ef0eed48234cc6a6cc3c52095
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 6bc321e06ea9..4be0c22fa821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=1.10.1
+pkgver=1.11.1
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=('fce43420c658e43a11b3cd17ee36549467d16504f96f4a84866a6ab6253ee6ab')
+sha256sums=('81caf3a339942a7e029a6d5be32e693ee9e5545ef0eed48234cc6a6cc3c52095')
build() {
cd "$pkgname-$pkgver"