Skip to content

Commit

Permalink
tklib: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Fuentes committed Apr 29, 2024
1 parent a7bc4f9 commit cee13f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-tklib/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
_realname=tklib
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
_hash="72e4dbf28c"
_hash="ee5498840f"
# Increase every time we refresh the package with a new upstream hash:
_releasecounter=2
_releasecounter=3
_basever=0.7.0
pkgver="$_basever+$_releasecounter.$_hash"
_dir="Tk_Library_Source_Code-$_hash"
Expand All @@ -21,7 +21,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-tk"
"${MINGW_PACKAGE_PREFIX}-tcllib")
makedepends=("${MINGW_PACKAGE_PREFIX}-autotools")
source=("https://core.tcl-lang.org/tklib/tarball/$_hash/$_dir.tar.gz")
sha256sums=('186f512358301cadf0258459cc37442b20b316e5c19207377ee6d699f44355e3')
sha256sums=('05b87db9ad2173e19176887941ab2852978f94a1885f86ef64e862876e986bfa')

build() {
cd ${srcdir}/${_dir}
Expand Down

0 comments on commit cee13f0

Please sign in to comment.