summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31cff541ee0b..1caf3c4a9b0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = numbat-bin
pkgdesc = A statically typed programming language for scientific computations with first class support for physical dimensions and units
- pkgver = 1.11.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://github.com/sharkdp/numbat
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = numbat-bin
license = Apache-2.0
provides = numbat
conflicts = numbat
- source = numbat-1.11.0-x86_64-unknown-linux-gnu.tar.gz::https://github.com/sharkdp/numbat/releases/download/v1.11.0/numbat-v1.11.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = f9b1907e715aba00382fc7cac3764373839ab1c2373c27945da308a6070ac2f7
+ source = numbat-1.12.0-x86_64-unknown-linux-gnu.tar.gz::https://github.com/sharkdp/numbat/releases/download/v1.12.0/numbat-v1.12.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 14cf13ff87049ae6ed25c6a144a1e2ba90f7feb38365c2cc3e81d1dea861a144
pkgname = numbat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 480d65aef3ef..b705b71bc5fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: João Freitas <joaj.freitas@gmail.com>
pkgname=numbat-bin
_pkgname=numbat
-pkgver=1.11.0
+pkgver=1.12.0
pkgrel=1
pkgdesc="A statically typed programming language for scientific computations with first class support for physical dimensions and units"
arch=('x86_64')
url="https://github.com/sharkdp/numbat"
license=('MIT' 'Apache-2.0')
-depends=()
+depends=()
makedepends=()
provides=('numbat')
conflicts=('numbat')
source=("$_pkgname-$pkgver-x86_64-unknown-linux-gnu.tar.gz::https://github.com/sharkdp/$_pkgname/releases/download/v$pkgver/$_pkgname-v$pkgver-x86_64-unknown-linux-gnu.tar.gz")
sha256sums=(
- 'f9b1907e715aba00382fc7cac3764373839ab1c2373c27945da308a6070ac2f7'
+ '14cf13ff87049ae6ed25c6a144a1e2ba90f7feb38365c2cc3e81d1dea861a144'
)
package() {