summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentb7c389c0440196c22ad9049eea5d13647d735cd9 (diff)
downloadaur-8dddb833f0a57b1f4918ad450cba6e43cb34c8b7.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"