summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzael Reyes2022-04-14 01:30:11 -0700
committerAzael Reyes2022-04-14 01:30:11 -0700
commitf80086a2025ac73f9fa9cb579393c5dbca46a717 (patch)
tree92e2d300fbab788f4f91318c2a5574e45c04b854
parentdd1fd7f82310bd6b74931c7b334911df2315fff5 (diff)
downloadaur-octetos-math.tar.gz
save
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c92dd9329b1..b48fe9c1061e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = octetos-math
pkgdesc = C++ Library math
- pkgver = 0.23.0
+ pkgver = 0.25.0
pkgrel = 1
url = https://github.com/azaeldevel/octetos-math.git
arch = x86_64
license = GPL
depends = octetos-core
- source = https://github.com/azaeldevel/octetos-math/archive/0.23.0-alpha.tar.gz
- md5sums = 28e0cda52e8ab53286311ac0ebd41f47
+ source = https://github.com/azaeldevel/octetos-math/archive/0.25.0-alpha.tar.gz
+ md5sums = a821165b8f7d450fd83b6cc2c017d3e1
pkgname = octetos-math
diff --git a/PKGBUILD b/PKGBUILD
index 6f901ebe802c..ac9c6b6592ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=octetos-math
-pkgver=0.23.0
+pkgver=0.25.0
pkgrel=1
phase=alpha
pkgdesc="C++ Library math"
@@ -10,7 +10,7 @@ arch=('x86_64')
license=('GPL')
url="https://github.com/azaeldevel/octetos-math.git"
depends=('octetos-core')
-md5sums=('28e0cda52e8ab53286311ac0ebd41f47')
+md5sums=('a821165b8f7d450fd83b6cc2c017d3e1')
source=(https://github.com/azaeldevel/$pkgname/archive/${pkgver}-$phase.tar.gz)
build() {