summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmadeus2018-05-03 14:21:29 -0300
committerAmadeus2018-05-03 14:21:29 -0300
commit2c4c4e326bd0f1f4c51f623d472b460a1b531ad9 (patch)
treedcb2455252c79e0ee300de2f7429a1ab94f0741c
parentebef5dc3aca85c10483367e0649f4242bd621c1c (diff)
downloadaur-2c4c4e326bd0f1f4c51f623d472b460a1b531ad9.tar.gz
Update Oni to 0.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e734a76177d4..c8cec052510c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = oni
pkgdesc = An IDE built around Neovim
- pkgver = 0.3.3
+ pkgver = 0.3.4
pkgrel = 1
url = https://github.com/onivim/oni
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = oni
depends = nodejs
depends = gconf
depends = libxss
- source = https://github.com/onivim/oni/releases/download/v0.3.3-1/Oni-0.3.3-x64-linux.tar.gz
+ source = https://github.com/onivim/oni/releases/download/v0.3.4/Oni-0.3.4-x64-linux.tar.gz
source = oni.sh
source = oni.desktop
source = icons.tar.gz
- sha256sums = 10a4f6dfab1002c041f8224f2de1645f22c3846c5f4ed961cb91fe322e5ec67f
+ sha256sums = 61db303d270dac8d6fa34afdb3512a0027b8e7d67b1ff94e8c6f266bb17b58ea
sha256sums = 72a945d501f33cfc2fd0d8e832942ba75c09518abd2248973c4df461c3229aee
sha256sums = 72420b6c8588df601b973b715fc88f3d9e4d75ce53b633abff8c7ff848aed59a
sha256sums = 9b09686c82ac5670ece59608288ab2124ee3147d404b77ac58c6ba332a6a148a
diff --git a/PKGBUILD b/PKGBUILD
index f130339bc02e..a91b19785630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amadeus Folego <amadeusfolego@gmail.com>
# Maintainer: Terje Larsen <terlar@gmail.com>
pkgname=oni
-pkgver=0.3.3
+pkgver=0.3.4
pkgrel=1
pkgdesc='An IDE built around Neovim'
arch=(x86_64)
@@ -9,11 +9,11 @@ url="https://github.com/onivim/oni"
license=('MIT')
depends=('neovim' 'nodejs' 'gconf' 'libxss')
makedepends=('tar')
-source=("https://github.com/onivim/${pkgname}/releases/download/v${pkgver}-1/Oni-${pkgver}-x64-linux.tar.gz"
+source=("https://github.com/onivim/${pkgname}/releases/download/v${pkgver}/Oni-${pkgver}-x64-linux.tar.gz"
"oni.sh"
"oni.desktop"
"icons.tar.gz")
-sha256sums=('10a4f6dfab1002c041f8224f2de1645f22c3846c5f4ed961cb91fe322e5ec67f'
+sha256sums=('61db303d270dac8d6fa34afdb3512a0027b8e7d67b1ff94e8c6f266bb17b58ea'
'72a945d501f33cfc2fd0d8e832942ba75c09518abd2248973c4df461c3229aee'
'72420b6c8588df601b973b715fc88f3d9e4d75ce53b633abff8c7ff848aed59a'
'9b09686c82ac5670ece59608288ab2124ee3147d404b77ac58c6ba332a6a148a')