diff --git a/packages/honkers-launcher-bin/.SRCINFO b/packages/honkers-launcher-bin/.SRCINFO index 9b3ee97ff6..5c30fd44d7 100644 --- a/packages/honkers-launcher-bin/.SRCINFO +++ b/packages/honkers-launcher-bin/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = honkers-launcher-bin gives = honkers-launcher - pkgver = 1.10.1 + pkgver = 1.10.2 pkgdesc = Launcher for a honkers game with auto-patching, discord rpc and time tracking arch = amd64 depends = git @@ -21,9 +21,9 @@ pkgbase = honkers-launcher-bin incompatible = debian:bullseye maintainer = vbrabandt2005 repology = project: honkers-launcher - source = https://github.com/an-anime-team/honkers-launcher/releases/download/1.10.1/honkers-launcher + source = https://github.com/an-anime-team/honkers-launcher/releases/download/1.10.2/honkers-launcher source = icon.png::https://raw.githubusercontent.com/an-anime-team/honkers-launcher/main/assets/images/icon.png - sha256sums = 14fa4d29e595854e67ffb326d696135675923169430f09fbb252f7e90fa2d3de + sha256sums = fad29685e319b9411725d5ac55b37420af509ec02924ad52de78f5715af87813 sha256sums = SKIP pkgname = honkers-launcher-bin diff --git a/packages/honkers-launcher-bin/honkers-launcher-bin.pacscript b/packages/honkers-launcher-bin/honkers-launcher-bin.pacscript index 4e802deb34..e18d0eb97d 100644 --- a/packages/honkers-launcher-bin/honkers-launcher-bin.pacscript +++ b/packages/honkers-launcher-bin/honkers-launcher-bin.pacscript @@ -1,7 +1,7 @@ pkgname="honkers-launcher-bin" gives="honkers-launcher" arch=("amd64") -pkgver="1.10.1" +pkgver="1.10.2" pkgdesc="Launcher for a honkers game with auto-patching, discord rpc and time tracking" repology=("project: honkers-launcher") source=( @@ -9,7 +9,7 @@ source=( "icon.png::https://raw.githubusercontent.com/an-anime-team/honkers-launcher/main/assets/images/icon.png" ) sha256sums=( - "14fa4d29e595854e67ffb326d696135675923169430f09fbb252f7e90fa2d3de" + "fad29685e319b9411725d5ac55b37420af509ec02924ad52de78f5715af87813" "SKIP" ) depends=("git" "p7zip-full" "webp")