summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2024-01-08 19:50:38 +0100
committerFabioLolix2024-01-08 19:50:38 +0100
commit5605a9b41e01fb3c43e585c6ddcb8c42d71d96fd (patch)
tree96002c5f0fcea70a0f3a459447aefcaf5df07cc4
parentc0ca6b44b1f65386bc4af3e6fd3e4b679fbe487a (diff)
downloadaur-5605a9b41e01fb3c43e585c6ddcb8c42d71d96fd.tar.gz
v0.6.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 210d0841a4c9..ad47dae42f9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pe-bear
pkgdesc = Portable Executable reversing tool with a friendly GUI
- pkgver = 0.6.6
+ pkgver = 0.6.7
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.6
+ source = git+https://github.com/hasherezade/pe-bear.git#tag=v0.6.7
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 2e43a281c023..7f84981927e7 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.6
+pkgver=0.6.7
pkgrel=1
pkgdesc="Portable Executable reversing tool with a friendly GUI"
arch=(x86_64 i686 arm armv6h armv7h aarch64)