summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-12-23 15:43:34 +0100
committerFabioLolix2023-12-23 15:43:34 +0100
commitc0ca6b44b1f65386bc4af3e6fd3e4b679fbe487a (patch)
tree66de99ace400748932889d204fd258e516d7e969
parent9434acd959057e80058f52c4c035124e502a9caf (diff)
downloadaur-c0ca6b44b1f65386bc4af3e6fd3e4b679fbe487a.tar.gz
v0.6.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc476add13e2..210d0841a4c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pe-bear
pkgdesc = Portable Executable reversing tool with a friendly GUI
- pkgver = 0.6.5.2
+ pkgver = 0.6.6
pkgrel = 1
url = https://hshrzd.wordpress.com/pe-bear/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = pe-bear
makedepends = git
makedepends = cmake
depends = qt5-base
- source = git+https://github.com/hasherezade/pe-bear.git#tag=v0.6.5.2
+ source = git+https://github.com/hasherezade/pe-bear.git#tag=v0.6.6
source = git+https://github.com/capstone-engine/capstone.git
source = git+https://github.com/hasherezade/bearparser.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 35e814623f60..2e43a281c023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=pe-bear
-pkgver=0.6.5.2
+pkgver=0.6.6
pkgrel=1
pkgdesc="Portable Executable reversing tool with a friendly GUI"
arch=(x86_64 i686 arm armv6h armv7h aarch64)