Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/tweeny/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'tweeny'
pkgname=tweeny
version=3.2.1
version=4.1.0
revision=1
build_style=cmake
short_desc="Modern C++ tweening library"
Expand All @@ -9,7 +9,7 @@ license="MIT"
homepage="https://github.com/mobius3/tweeny"
changelog="https://github.com/mobius3/tweeny/blob/master/CHANGELOG.md"
distfiles="https://github.com/mobius3/tweeny/archive/v${version}.tar.gz"
checksum=76be17b39b234b4a7c12a5d9497ebb3d52b817eaf4c3748d1d21cf7df76835ed
checksum=110903c6b5e2a68b28927c0ecf0c504d1b682fcd451f874880448857311a88b4

post_install() {
vlicense LICENSE
Expand Down