summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2019-04-07 13:29:25 +0300
committerRoey Darwish Dror2019-04-07 13:29:25 +0300
commitaeca2c9fadcb251a268b17a45665c3ebc481ebce (patch)
treed94bc7748fee464975e2b61f1030d927a7b7b1ca
parent1dd2c4fe6a815aa0fb05cd1ddf5061f7ef132eb8 (diff)
downloadaur-aeca2c9fadcb251a268b17a45665c3ebc481ebce.tar.gz
Upgrade
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a243ce1a96e..b9f1ed2918bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 1.9.0
+ pkgver = 1.10.1
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-1.9.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v1.9.0.tar.gz
- sha256sums = a4c0a90d17bcff6375349d7cfc16efa7e7cd30d3035bfa2226cf34d27e93c89c
+ source = topgrade-1.10.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v1.10.1.tar.gz
+ sha256sums = fce43420c658e43a11b3cd17ee36549467d16504f96f4a84866a6ab6253ee6ab
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index ccbef968792b..6bc321e06ea9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=1.9.0
+pkgver=1.10.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=('a4c0a90d17bcff6375349d7cfc16efa7e7cd30d3035bfa2226cf34d27e93c89c')
+sha256sums=('fce43420c658e43a11b3cd17ee36549467d16504f96f4a84866a6ab6253ee6ab')
build() {
cd "$pkgname-$pkgver"