summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2018-11-04 13:24:07 +0200
committerRoey Darwish Dror2018-11-04 13:24:07 +0200
commit848e7d6af93729945d725f3d30c48238c2e3f01b (patch)
treeed91864d0c17cc3f60a7156b21c3c0c7cb1ed62e
parent195d5926fc301dff5811d4ba0ec97c1d92a4d3a2 (diff)
downloadaur-848e7d6af93729945d725f3d30c48238c2e3f01b.tar.gz
0.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a29390d6acd..6465f0106da1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 0.17.0
+ pkgver = 0.18.0
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-0.17.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v0.17.0.tar.gz
- sha256sums = 55fe437cbf0b751488654ceeaed976046e44c3ee7621350465f3941c2eb537dd
+ source = topgrade-0.18.0.tar.gz::https://github.com/r-darwish/topgrade/archive/v0.18.0.tar.gz
+ sha256sums = c72cefd01d2bad53ba48fabef8c0920813bac810920426f3de08d776dfbd7dbe
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 30971e605c98..0d61c9dfea6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=0.17.0
+pkgver=0.18.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=('55fe437cbf0b751488654ceeaed976046e44c3ee7621350465f3941c2eb537dd')
+sha256sums=('c72cefd01d2bad53ba48fabef8c0920813bac810920426f3de08d776dfbd7dbe')
build() {
cd "$pkgname-$pkgver"