summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"