summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2018-12-12 13:33:17 +0200
committerRoey Darwish Dror2018-12-12 13:33:17 +0200
commit144f8605e66e110f3b20c9b5e8030082fb9ecf93 (patch)
tree3dd1ad09a6be6b47964908c2f493e2b1d32c1240
parent9ec942477fe9cf7870f2dc04f0cfbaccc0f1e586 (diff)
downloadaur-144f8605e66e110f3b20c9b5e8030082fb9ecf93.tar.gz
1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37e74c61d4ba..6e10a19e3e0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-1.1.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v1.1.0.tar.gz
- sha256sums = d4966b2acdbec7f3f8127782fb8fd1d47239cac08c54f4b4354ceef0bee6705f
+ source = topgrade-1.2.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v1.2.0.tar.gz
+ sha256sums = 4a1ffdc20e0f501e3bd953421c4a1e09a852717408dcb6b8a387bbe8f41e8f1d
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index e6de40ccefb7..7e15e126ebe9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=1.1.0
+pkgver=1.2.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=('d4966b2acdbec7f3f8127782fb8fd1d47239cac08c54f4b4354ceef0bee6705f')
+sha256sums=('4a1ffdc20e0f501e3bd953421c4a1e09a852717408dcb6b8a387bbe8f41e8f1d')
build() {
cd "$pkgname-$pkgver"