Skip to content

Commit 36b3ac2

Browse files
committed
3.1
1 parent db0f748 commit 36b3ac2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = redpanda-cpp
22
pkgdesc = A fast, lightweight, open source, and cross platform C/C++/GNU Assembly IDE
3-
pkgver = 3.0
3+
pkgver = 3.1
44
pkgrel = 1
55
url = https://github.com/royqh1979/RedPanda-CPP
66
arch = i686
@@ -21,9 +21,9 @@ pkgbase = redpanda-cpp
2121
depends = gdb
2222
depends = astyle
2323
optdepends = clang: C/C++ compiler (alternative)
24-
source = RedPanda-CPP-3.0.tar.gz::https://github.com/royqh1979/RedPanda-CPP/archive/refs/tags/v3.0.tar.gz
24+
source = RedPanda-CPP-3.1.tar.gz::https://github.com/royqh1979/RedPanda-CPP/archive/refs/tags/v3.1.tar.gz
2525
source = compiler_hint.lua
26-
sha256sums = 82142ed470f15bdb31a9b4e5fccc733d0a357b40f5d116311a1698fb8325c11c
26+
sha256sums = 96a3c5883de50ed42dc0000b654050c1043da411d85c48877e63ffc71382093a
2727
sha256sums = 207f409d93100575e1d01842475880f6a78f095680246d98e61e72d272671448
2828
optdepends_x86_64 = mingw-w64-gcc: Windows C/C++ compiler
2929
optdepends_x86_64 = wine: run Windows executable

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
_pkgname=RedPanda-CPP
22
pkgname=${_pkgname,,}
3-
pkgver=3.0
3+
pkgver=3.1
44
pkgrel=1
55
pkgdesc='A fast, lightweight, open source, and cross platform C/C++/GNU Assembly IDE'
66
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64' 'riscv64')
@@ -22,7 +22,7 @@ source=(
2222
"$_pkgname-$pkgver.tar.gz::https://github.com/royqh1979/$_pkgname/archive/refs/tags/v$pkgver.tar.gz"
2323
'compiler_hint.lua'
2424
)
25-
sha256sums=('82142ed470f15bdb31a9b4e5fccc733d0a357b40f5d116311a1698fb8325c11c'
25+
sha256sums=('96a3c5883de50ed42dc0000b654050c1043da411d85c48877e63ffc71382093a'
2626
'207f409d93100575e1d01842475880f6a78f095680246d98e61e72d272671448')
2727

2828
prepare() {

0 commit comments

Comments
 (0)