summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeia2020-05-18 12:24:00 +0200
committerLeia2020-05-18 12:24:00 +0200
commitc84bfec2e46dadc2cdbe0ea763de8aa471ec5925 (patch)
tree46e5d16859e30c5e552e080c2f2186aee7d40cec
parent942fd8e43abcf3690384ed2e03a5b1903ee6d3d6 (diff)
downloadaur-c84bfec2e46dadc2cdbe0ea763de8aa471ec5925.tar.gz
1.0.0 bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--badwolf.install2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 958206d352dd..5f7ec45086cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = badwolf
pkgdesc = A minimalist and privacy-oriented WebKit browser.
- pkgver = 0.5.1
+ pkgver = 1.0.0
pkgrel = 1
url = https://hacktivis.me/projects/badwolf
install = badwolf.install
@@ -13,12 +13,12 @@ pkgbase = badwolf
arch = armv7h
license = BSD
depends = webkit2gtk
- source = https://hacktivis.me/releases/badwolf-0.5.1.tar.gz
- source = https://hacktivis.me/releases/badwolf-0.5.1.tar.gz.sig
+ source = https://hacktivis.me/releases/badwolf-1.0.0.tar.gz
+ source = https://hacktivis.me/releases/badwolf-1.0.0.tar.gz.sig
source = arch.patch
source = LICENSE
validpgpkeys = DDC9237C14CF6F4DD847F6B390D93ACCFEFF61AE
- sha512sums = 75cd50bba4aaa458341b3ce0a6f70b4432e7a708901a19780457661b5275a15ad275a8b53f00b482be1e9a3eaa2565b39d9bbd40f5e6ec2551ae7fc1c7840ed2
+ sha512sums = 72437709a32937c33dc0509f94efbb5f3551b039017d3067b02f5d2b275eb4f3883dba8dc1c1b4b82bfa31a7b174f5fa393ceeefaf627d9b6c27be0fea5a0652
sha512sums = SKIP
sha512sums = 1b4ecfe1858378268dc10c60da2891ec83dd2af0df42c72eaf2eb94ec49ffd7243ac6258ade040e78b64082265f8a65515ee0ba38b1cad1c21f6287c048df008
sha512sums = 9a3b68429fc2267d596e08671330cc81f6d00ac7217a7a3991ebb583823a13e323108b514f5ec672c0982844ec581d9fed28dfede8fd92976b41d46b2924e140
diff --git a/PKGBUILD b/PKGBUILD
index 3e2ff710d3f7..bde5a927b626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leia <waste at mrtino dot eu>
pkgname=badwolf
-pkgver=0.5.1
+pkgver=1.0.0
pkgrel=1
pkgdesc="A minimalist and privacy-oriented WebKit browser."
url="https://hacktivis.me/projects/badwolf"
@@ -13,7 +13,7 @@ source=("https://hacktivis.me/releases/$pkgname-$pkgver.tar.gz"
"https://hacktivis.me/releases/$pkgname-$pkgver.tar.gz.sig"
"arch.patch"
"LICENSE")
-sha512sums=('75cd50bba4aaa458341b3ce0a6f70b4432e7a708901a19780457661b5275a15ad275a8b53f00b482be1e9a3eaa2565b39d9bbd40f5e6ec2551ae7fc1c7840ed2'
+sha512sums=('72437709a32937c33dc0509f94efbb5f3551b039017d3067b02f5d2b275eb4f3883dba8dc1c1b4b82bfa31a7b174f5fa393ceeefaf627d9b6c27be0fea5a0652'
'SKIP'
'1b4ecfe1858378268dc10c60da2891ec83dd2af0df42c72eaf2eb94ec49ffd7243ac6258ade040e78b64082265f8a65515ee0ba38b1cad1c21f6287c048df008'
'9a3b68429fc2267d596e08671330cc81f6d00ac7217a7a3991ebb583823a13e323108b514f5ec672c0982844ec581d9fed28dfede8fd92976b41d46b2924e140')
diff --git a/badwolf.install b/badwolf.install
index c5a9169eed3e..b4a3e388a72f 100644
--- a/badwolf.install
+++ b/badwolf.install
@@ -4,6 +4,6 @@ post_install() {
}
post_upgrade() {
- echo "-- Badwolf 0.5.1 changelog: disable a config setting as recommended in last version of WebKitGTK."
+ echo "-- Badwolf 1.0.0 changelog: the user interface is now customizable through interface.css (you'll have to modify it and then rebuild the package). A logo has been made. Downloads tab, back/forward, print buttons. You can toggle the automatic loading of images."
/bin/true
}