summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoey Darwish Dror2019-09-25 21:35:53 +0300
committerRoey Darwish Dror2019-09-25 21:35:53 +0300
commitc504467c14130a3b60fc21c839b0eb3f8ff0cee5 (patch)
tree5ade257c8281cd01cc1e93a5ecdd4bc82a4aeec3
parentec9e64250b954966aec24e97d85e131a6d05a2ee (diff)
downloadaur-c504467c14130a3b60fc21c839b0eb3f8ff0cee5.tar.gz
v3.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8304e459d7e8..f32d080deb51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topgrade
pkgdesc = Invoke the upgrade proceadure of multiple package managers
- pkgver = 3.0.1
+ pkgver = 3.0.2
pkgrel = 1
url = https://github.com/r-darwish/topgrade
arch = x86_64
arch = armv7
license = GPL3
makedepends = rust
- source = topgrade-3.0.1.tar.gz::https://github.com/r-darwish/topgrade/archive/v3.0.1.tar.gz
- sha256sums = ebdc36418d876c4d10a065733a46a874e1c1254d80fef1cb60019cffdddd7f6b
+ source = topgrade-3.0.2.tar.gz::https://github.com/r-darwish/topgrade/archive/v3.0.2.tar.gz
+ sha256sums = f0b6e3f4cff2040f62ffba6dfadaf4f62a652d018967c7184a8abaa9004121f2
pkgname = topgrade
diff --git a/PKGBUILD b/PKGBUILD
index 447f25e99cbb..c3ed207c76ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roey Darwish Dror <roey.ghost@gmail.com>
pkgname=topgrade
-pkgver=3.0.1
+pkgver=3.0.2
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=('ebdc36418d876c4d10a065733a46a874e1c1254d80fef1cb60019cffdddd7f6b')
+sha256sums=('f0b6e3f4cff2040f62ffba6dfadaf4f62a652d018967c7184a8abaa9004121f2')
build() {
cd "$pkgname-$pkgver"