summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2019-08-13 21:52:46 +0300
committerRoey Darwish Dror2019-08-13 21:52:46 +0300
commitba498b13ed6b79a65996d4ae75625b8cdfd5ff85 (patch)
tree5c581278f3518c982fcec05828e3c7a8e8905c32
parente377abbc1e319a1a9dddbb1968445ba7816640a6 (diff)
downloadaur-ba498b13ed6b79a65996d4ae75625b8cdfd5ff85.tar.gz
2.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83cfd50aebeb..46d3a93c832b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 2.6.0
+ pkgver = 2.7.0
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-2.6.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v2.6.0.tar.gz
- sha256sums = 0cc375ea47794c21fe3d61b136d9d29617d7d3a479f0cf9c82edd7807a90c60b
+ source = topgrade-2.7.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v2.7.0.tar.gz
+ sha256sums = 4e089c9e1e92c4ea6246f6771f59fcc388b23d045a150b67c1085409a432bc7c
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 4636b391bcba..2a0eeb1cca89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=2.6.0
+pkgver=2.7.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=('0cc375ea47794c21fe3d61b136d9d29617d7d3a479f0cf9c82edd7807a90c60b')
+sha256sums=('4e089c9e1e92c4ea6246f6771f59fcc388b23d045a150b67c1085409a432bc7c')
build() {
cd "$pkgname-$pkgver"