summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2018-06-11 14:34:04 +0300
committerRoey Darwish Dror2018-06-11 14:34:04 +0300
commit8dddb833f0a57b1f4918ad450cba6e43cb34c8b7 (patch)
tree8928511e7e9da52afc3ef41c444f5f691d2731b4
parentb7c389c0440196c22ad9049eea5d13647d735cd9 (diff)
downloadaur-8dddb833f0a57b1f4918ad450cba6e43cb34c8b7.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42ac77e8d6f5..dd38f66d3da4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-0.4.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v0.4.0.tar.gz
- sha256sums = 2bdef1a1bd3ae7e85299f74f504a3fc87df223a4ccebd9bc175f6eb473f3bac1
+ source = topgrade-0.5.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v0.5.0.tar.gz
+ sha256sums = 5fb0c7066cd7788027c0af6580ff0d6e264799eee0c6e45480b6555450daa4b1
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index b24e654fc8be..f20c6f6bd7d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=0.4.0
+pkgver=0.5.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=('2bdef1a1bd3ae7e85299f74f504a3fc87df223a4ccebd9bc175f6eb473f3bac1')
+sha256sums=('5fb0c7066cd7788027c0af6580ff0d6e264799eee0c6e45480b6555450daa4b1')
build() {
cd "$pkgname-$pkgver"