From 5f6cc314cfe9bf2cf38b4ac7e4b2b080c2a79e34 Mon Sep 17 00:00:00 2001 From: Hiroyuki Ito Date: Wed, 16 Aug 2017 13:22:44 +0900 Subject: [PATCH] ngraph-gtk: Update to 6.07.04 (#2785) --- mingw-w64-ngraph-gtk/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-ngraph-gtk/PKGBUILD b/mingw-w64-ngraph-gtk/PKGBUILD index 472d428b4f..f2d9ad063d 100644 --- a/mingw-w64-ngraph-gtk/PKGBUILD +++ b/mingw-w64-ngraph-gtk/PKGBUILD @@ -3,7 +3,7 @@ _realname=ngraph-gtk pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=6.07.03 +pkgver=6.07.04 pkgrel=1 arch=('any') pkgdesc="create scientific 2-dimensional graphs (mingw-w64)" @@ -19,7 +19,7 @@ options=('strip' 'staticlibs') license=("GPL") url="https://htrb.github.io/ngraph-gtk/" source=("https://github.com/htrb/ngraph-gtk/releases/download/v${pkgver}/ngraph-gtk-${pkgver}.tar.gz") -sha256sums=("702be5d4e10b24bfab5971c176ddb088256c2672441c3b48cb0e6bee2a1d1eda") +sha256sums=("b0209d3afc218003d6d26464a16dd961c4ff9a647857e2c32a778746a97d5d0f") prepare() { cd "${srcdir}"/${_realname}-${pkgver}