summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeia2021-04-20 09:46:16 +0200
committerLeia2021-04-20 09:46:16 +0200
commitf74e8dd7a3412b02f82f08d44ffce7bde579c0a5 (patch)
tree7d265822e86e87205568f5d562e03435339f5fd1
parent5252df092c77c8fabf88e563516f0a1d1fa82f1c (diff)
downloadaur-f74e8dd7a3412b02f82f08d44ffce7bde579c0a5.tar.gz
Bump version 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--badwolf.install4
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2da1088849d..6fec05896725 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = badwolf
pkgdesc = A minimalist and privacy-oriented WebKit browser.
- pkgver = 1.0.3
+ pkgver = 1.1.0
pkgrel = 1
url = https://hacktivis.me/projects/badwolf
install = badwolf.install
@@ -9,9 +9,9 @@ pkgbase = badwolf
arch = armv7h
license = BSD
depends = webkit2gtk
- source = https://hacktivis.me/releases/badwolf-1.0.3.tar.gz
+ source = https://hacktivis.me/releases/badwolf-1.1.0.tar.gz
source = LICENSE
- sha512sums = 8b20560fe48feaeee444208fb315ca8eb8f3d847769a6a5cafd276abb38172f7c67c8ec8496bb1172a9837dce6831cd4fba6518aff50fcdf204e2737b205c31b
+ sha512sums = dcde764c71519700e225c9a5488bcc092a9008c365b892a60e02bd53031801090d4ec73d0da38078a1c0061cd6be4cc41250f0cdbaf991250557c784f6aac961
sha512sums = 9a3b68429fc2267d596e08671330cc81f6d00ac7217a7a3991ebb583823a13e323108b514f5ec672c0982844ec581d9fed28dfede8fd92976b41d46b2924e140
pkgname = badwolf
diff --git a/PKGBUILD b/PKGBUILD
index b73038c4598b..0bd8aeb8d88e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leia <waste at mrtino dot eu>
pkgname=badwolf
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=1
pkgdesc="A minimalist and privacy-oriented WebKit browser."
url="https://hacktivis.me/projects/badwolf"
@@ -11,7 +11,7 @@ license=('BSD')
depends=('webkit2gtk')
source=("https://hacktivis.me/releases/$pkgname-$pkgver.tar.gz"
"LICENSE")
-sha512sums=('8b20560fe48feaeee444208fb315ca8eb8f3d847769a6a5cafd276abb38172f7c67c8ec8496bb1172a9837dce6831cd4fba6518aff50fcdf204e2737b205c31b'
+sha512sums=('dcde764c71519700e225c9a5488bcc092a9008c365b892a60e02bd53031801090d4ec73d0da38078a1c0061cd6be4cc41250f0cdbaf991250557c784f6aac961'
'9a3b68429fc2267d596e08671330cc81f6d00ac7217a7a3991ebb583823a13e323108b514f5ec672c0982844ec581d9fed28dfede8fd92976b41d46b2924e140')
install=badwolf.install
diff --git a/badwolf.install b/badwolf.install
index 5b1a5d23f989..9957aa8743cf 100644
--- a/badwolf.install
+++ b/badwolf.install
@@ -1,9 +1,9 @@
post_install() {
- echo "-- If you want to modify config.h (which has some GUI and WebKit parameters), you can do so by accessing the build directory (directory location varies depending on how you built it, e.g with makepkg or yay)."
+ echo "-- If you want to modify config.h (which has some GUI and WebKit parameters), you can do so by accessing the build directory (directory location varies depending on how you built it, e.g with makepkg or yay). --"
/bin/true
}
post_upgrade() {
- echo "-- Badwolf 1.0.3 changelog: Added Turkish translation. Fixed a segfault found on some platforms when both removing a tab and destroying its child. Fixed a WebKitNetworkProcess leak. Changed Makefile and badwolf.c."
+ echo "-- Badwolf 1.1.0 changelog: https://hacktivis.me/releases/badwolf-1.1.0.txt --"
/bin/true
}