summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAzael Reyes2022-04-13 23:19:58 -0700
committerAzael Reyes2022-04-13 23:19:58 -0700
commit05a253eb1e9288923e6ca18633cf2b8cd53c67b1 (patch)
treefd9b9e31f3802eee20a9375982764b0c8dedeee7
parent1b3361864b33dc63119d8334d03573681d7797cd (diff)
downloadaur-05a253eb1e9288923e6ca18633cf2b8cd53c67b1.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 02e94f3bcd67..db8ac47bef7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = octetos-core
pkgdesc = C/C++ library to mainly provide Semantic Versioned inplmetation
- pkgver = 2.36.1
+ pkgver = 2.49.0
pkgrel = 1
url = https://github.com/azaeldevel/octetos-core.git
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = octetos-core
depends = perl-xml-parser
depends = intltool
depends = cunit
- source = https://github.com/azaeldevel/octetos-core/archive/2.36.1-alpha.tar.gz
- md5sums = fe34abd9d56264cbf6c8c9ad4d6a9cbb
+ source = https://github.com/azaeldevel/octetos-core/archive/2.49.0-alpha.tar.gz
+ md5sums = 36b376059ad3f04dcf3887ed79382f26
pkgname = octetos-core
diff --git a/PKGBUILD b/PKGBUILD
index c0c6e56deb7b..3edb284094df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=octetos-core
-pkgver=2.36.1
+pkgver=2.49.0
pkgrel=1
phase=alpha
pkgdesc="C/C++ library to mainly provide Semantic Versioned inplmetation"
@@ -11,7 +11,7 @@ license=('GPL')
url="https://github.com/azaeldevel/octetos-core.git"
depends=('gcc' 'bison' 'libconfig' 'perl-xml-parser' 'intltool' 'cunit')
#backup=('etc/nanorc')
-md5sums=('fe34abd9d56264cbf6c8c9ad4d6a9cbb')
+md5sums=('36b376059ad3f04dcf3887ed79382f26')
source=(https://github.com/azaeldevel/$pkgname/archive/$pkgver-$phase.tar.gz)
build() {