diff --git a/packages/linux-wifi-hotspot-deb/.SRCINFO b/packages/linux-wifi-hotspot-deb/.SRCINFO index 69ee88ef14..d21a15b3ec 100644 --- a/packages/linux-wifi-hotspot-deb/.SRCINFO +++ b/packages/linux-wifi-hotspot-deb/.SRCINFO @@ -1,11 +1,11 @@ pkgbase = linux-wifi-hotspot-deb gives = linux-wifi-hotspot - pkgver = 4.7.1 + pkgver = 4.7.2 pkgdesc = Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10). arch = amd64 maintainer = Zahrun repology = project: linux-wifi-hotspot - source = https://github.com/lakinduakash/linux-wifi-hotspot/releases/download/v4.7.1/linux-wifi-hotspot_4.7.1_amd64.deb - sha256sums = eeae00cbe0bacd122a30f02291caffd7e75f2d23dbd25dab276c048c7797299b + source = https://github.com/lakinduakash/linux-wifi-hotspot/releases/download/v4.7.2/linux-wifi-hotspot_4.7.2_amd64.deb + sha256sums = 3231badec87e3183f61fea43dd6a71a9be881d301e4e65a620855ea3d6f21ad4 pkgname = linux-wifi-hotspot-deb diff --git a/packages/linux-wifi-hotspot-deb/linux-wifi-hotspot-deb.pacscript b/packages/linux-wifi-hotspot-deb/linux-wifi-hotspot-deb.pacscript index b4b70fe0e1..5ca0e85dec 100644 --- a/packages/linux-wifi-hotspot-deb/linux-wifi-hotspot-deb.pacscript +++ b/packages/linux-wifi-hotspot-deb/linux-wifi-hotspot-deb.pacscript @@ -1,9 +1,9 @@ pkgname="linux-wifi-hotspot-deb" gives="linux-wifi-hotspot" repology=("project: linux-wifi-hotspot") -pkgver="4.7.1" +pkgver="4.7.2" source=("https://github.com/lakinduakash/linux-wifi-hotspot/releases/download/v${pkgver}/linux-wifi-hotspot_${pkgver}_amd64.deb") pkgdesc="Feature-rich wifi hotspot creator for Linux which provides both GUI and command-line interface. It is also able to create a hotspot using the same wifi card which is connected to an AP already ( Similar to Windows 10)." -sha256sums=("eeae00cbe0bacd122a30f02291caffd7e75f2d23dbd25dab276c048c7797299b") +sha256sums=("3231badec87e3183f61fea43dd6a71a9be881d301e4e65a620855ea3d6f21ad4") arch=('amd64') maintainer=("Zahrun ")