summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2016-03-11 21:19:01 +0100
committerMaxim Andersson2016-03-11 21:19:01 +0100
commitfa8ec5b155e732c646653f088a7792ed48a0a412 (patch)
tree49c1343bf861ef09de50d1c8df0a61441770eced
parentc1992ee021530ed15324bb1cf208cca69b304f4e (diff)
downloadaur-fa8ec5b155e732c646653f088a7792ed48a0a412.tar.gz
Update to 0.3.0-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39a8d9f979dc..565319d90c12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 24 06:46:15 UTC 2016
+# Fri Mar 11 19:06:40 UTC 2016
pkgbase = abricotine-bin
pkgdesc = A markdown editor with inline preview
- pkgver = 0.2.2
+ pkgver = 0.3.0
pkgrel = 1
url = http://abricotine.brrd.fr
arch = i686
@@ -10,10 +10,10 @@ pkgbase = abricotine-bin
license = GPL3
provides = abricotine
conflicts = abricotine
- source_i686 = https://github.com/brrd/Abricotine/releases/download/0.2.2/Abricotine-linux-ia32.zip
- sha256sums_i686 = be91a67d6a7b6c51963d0723e5464c2b350d23278028161f004b76748e387e60
- source_x86_64 = https://github.com/brrd/Abricotine/releases/download/0.2.2/Abricotine-linux-x64.zip
- sha256sums_x86_64 = db4189d97dabee6f9394338a104f1ddeb169c5f80bf8afdea0dbe80c209cad08
+ source_i686 = https://github.com/brrd/Abricotine/releases/download/0.3.0/Abricotine-linux-ia32.zip
+ sha256sums_i686 = 475dcf07adcc2bf76a68b3bb48b6460071038c577daf38413b5a99f532c01dfc
+ source_x86_64 = https://github.com/brrd/Abricotine/releases/download/0.3.0/Abricotine-linux-x64.zip
+ sha256sums_x86_64 = 702c9255d10abc273e7b43c53f6d71c256b4984dcdb47e07a1a7b11617cec257
pkgname = abricotine-bin
diff --git a/PKGBUILD b/PKGBUILD
index c41097d9caef..95a11da5d01b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=abricotine-bin
_binname=Abricotine
-pkgver=0.2.2
+pkgver=0.3.0
pkgrel=1
pkgdesc="A markdown editor with inline preview"
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ provides=('abricotine')
conflicts=('abricotine')
source_i686=("https://github.com/brrd/${_binname}/releases/download/${pkgver}/${_binname}-linux-ia32.zip")
source_x86_64=("https://github.com/brrd/${_binname}/releases/download/${pkgver}/${_binname}-linux-x64.zip")
-sha256sums_i686=('be91a67d6a7b6c51963d0723e5464c2b350d23278028161f004b76748e387e60')
-sha256sums_x86_64=('db4189d97dabee6f9394338a104f1ddeb169c5f80bf8afdea0dbe80c209cad08')
+sha256sums_i686=('475dcf07adcc2bf76a68b3bb48b6460071038c577daf38413b5a99f532c01dfc')
+sha256sums_x86_64=('702c9255d10abc273e7b43c53f6d71c256b4984dcdb47e07a1a7b11617cec257')
package() {
cd "${srcdir}/${_binname}-linux-"*