summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2018-10-03 10:50:14 +0300
committerRoey Darwish Dror2018-10-03 10:50:14 +0300
commit5cba8eaf79ef39515c184c747fd17fb9ffad84f4 (patch)
tree5fa063dc40b60cf3eab6eef774fe30b16840dfdf
parent0657ebe3e959cc69d2f87289ddf966821af81e46 (diff)
downloadaur-5cba8eaf79ef39515c184c747fd17fb9ffad84f4.tar.gz
0.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccea666f2050..f25848afb3a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 0.14.0
+ pkgver = 0.15.0
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-0.14.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v0.14.0.tar.gz
- sha256sums = 68c965f047226d71a0f7db5eadf45ea46d538c895bf83d76629d148ddf8ec66c
+ source = topgrade-0.15.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v0.15.0.tar.gz
+ sha256sums = 26fadd248a692ef689a6de7ebc96441a6c0e182b986c62a437886ecd5e8f7240
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index ba4b0e1f0f4f..0a3d98b3d06d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=0.14.0
+pkgver=0.15.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=('68c965f047226d71a0f7db5eadf45ea46d538c895bf83d76629d148ddf8ec66c')
+sha256sums=('26fadd248a692ef689a6de7ebc96441a6c0e182b986c62a437886ecd5e8f7240')
build() {
cd "$pkgname-$pkgver"