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 1da94a30c56c..cf8191891fac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocaml-zed
pkgdesc = Abstract engine for text edition in OCaml
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://github.com/ocaml-community/zed
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = ocaml-zed
depends = ocaml-react
depends = ocaml-charinfo_width>=1.1.0
options = !strip
- source = ocaml-zed-3.0.0-1.tar.gz::https://github.com/ocaml-community/zed/archive/3.0.0.tar.gz
- sha256sums = 2db91de8b14da2193b25ee672d0d57eaf6623a53b6dace645fbdda2bfdf456b9
+ source = ocaml-zed-3.0.1-1.tar.gz::https://github.com/ocaml-community/zed/archive/3.0.1.tar.gz
+ sha256sums = 35eefce0e35b10894bbae6c903758f3ab25363aadd605fb7dcdbc53aac5580f7
pkgname = ocaml-zed
diff --git a/PKGBUILD b/PKGBUILD
index a80607c19fe5..0b88882737f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Taylor Venable <taylor@metasyntax.net>
_projectname='zed'
pkgname="ocaml-$_projectname"
-pkgver='3.0.0'
+pkgver='3.0.1'
pkgrel='1'
pkgdesc='Abstract engine for text edition in OCaml'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -14,7 +14,7 @@ depends=('ocaml>=4.02.3' 'ocaml-camomile>=1.0.1' 'ocaml-react' 'ocaml-charinfo_w
makedepends=('dune>=1.1.0')
options=('!strip')
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('2db91de8b14da2193b25ee672d0d57eaf6623a53b6dace645fbdda2bfdf456b9')
+sha256sums=('35eefce0e35b10894bbae6c903758f3ab25363aadd605fb7dcdbc53aac5580f7')
_sourcedirectory="$_projectname-$pkgver"